DOMChildNode::after
(PHP 8)
DOMChildNode::after — Adds nodes after the node
參數
-
nodes
-
Nodes to be added after the node.
返回值
沒有返回值。
參見
- 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