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

