Appends nodes after the last child node

DOMParentNode::append

(PHP 8)

DOMParentNode::appendAppends nodes after the last child node

說明

public DOMParentNode::append(DOMNode|string ...$nodes): void

Appends one or many nodes to the list of children after the last child node.

參數

nodes

The nodes to append.

返回值

沒有返回值。

參見

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *