L'interface DOMParentNode

(PHP 8)

Sommaire de l'Interface

interface DOMParentNode {
/* Méthodes */
public function append(DOMNode|string ...$nodes): void
public function prepend(DOMNode|string ...$nodes): void
public function replaceChildren(DOMNode|string ...$nodes): void
}

Sommaire

add a note

User Contributed Notes

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