DOMParentNode::prepend

(PHP 8)

DOMParentNode::prependPrepends nodes before the first child node

Description

public DOMParentNode::prepend(DOMNode|string ...$nodes): void

Prepends one or many nodes to the list of children before the first child node.

Liste de paramètres

nodes

The nodes to prepend.

Valeurs de retour

Aucune valeur n'est retournée.

Voir aussi

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top