L'interface DOMChildNode

(PHP 8)

Sommaire de l'Interface

interface DOMChildNode {
/* Méthodes */
public function after(DOMNode|string ...$nodes): void
public function before(DOMNode|string ...$nodes): void
public function remove(): void
public function replaceWith(DOMNode|string ...$nodes): void
}

Sommaire

add a note

User Contributed Notes

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