DOMParentNode::append

(PHP 8)

DOMParentNode::appendAppends nodes after the last child node

Description

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

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

Parameters

nodes

The nodes to append.

Return Values

No value is returned.

See Also

add a note

User Contributed Notes

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