DOMChildNode::after
(PHP 8)
DOMChildNode::after — Adds nodes after the node
Beschreibung
Adds the passed nodes
after the node.
Parameter-Liste
-
nodes
-
Nodes to be added after the node.
Rückgabewerte
Es wird kein Wert zurückgegeben.
Siehe auch
- DOMChildNode::before() - Adds nodes before the node
- DOMChildNode::remove() - Removes the node
- DOMChildNode::replaceWith() - Replaces the node with new nodes
- DOMNode::appendChild() - Adds new child at the end of the children