The DOMParentNode interface

(PHP 8)

Sommario dell'interfaccia

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

Indice dei contenuti

add a note add a note

User Contributed Notes

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