DOMChildNode::after

(PHP 8)

DOMChildNode::afterAdds nodes after the node

Description

public DOMChildNode::after(DOMNode|string ...$nodes): void

Adds the passed nodes after the node.

Parameters

nodes

Nodes to be added after the node.

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