The DOMParentNode interface

(PHP 8)

接口摘要

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

目录