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.

參數(shù)

nodes

The nodes to append.

返回值

沒有返回值。

參見