The DOMParentNode interface

(PHP 8)

Interface synopsis

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

Table of Contents