(PHP 8)
DOMParentNode::prepend — Prepends nodes before the first child node
...$nodes
Prepends one or many nodes to the list of children before the first child node.
nodes
The nodes to prepend.
No value is returned.