DOMChildNode::remove
(PHP 8)
DOMChildNode::remove — Removes the node
Beschreibung
Removes the node.
Parameter-Liste
Diese Funktion besitzt keine Parameter.
Rückgabewerte
Es wird kein Wert zurückgegeben.
Siehe auch
- DOMChildNode::after() - Adds nodes after the node
- DOMChildNode::before() - Adds nodes before the node
- DOMChildNode::replaceWith() - Replaces the node with new nodes
- DOMNode::removeChild() - Removes child from list of children