php / 8.1.5 / domchildnode.after.html /

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

© 1997–2021 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/domchildnode.after.php