Interface-Übersicht
PHP Manual
PHP Manual»DOM»DOMParentNode

The DOMParentNode interface

(PHP 8)

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

To Top