The DOMParentNode interface

(PHP 8)

Interface-Übersicht

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

Inhaltsverzeichnis