DOMParentNode::append

(PHP 8)

DOMParentNode::appendAppends nodes after the last child node

Beschreibung

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

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

Parameter-Liste

nodes

The nodes to append.

Rückgabewerte

Es wird kein Wert zurückgegeben.

Siehe auch

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top