The DOMParentNode interface« DOMNotationDOMParentNode::append »PHP ManualDOMThe DOMParentNode interfaceThe DOMParentNode interface(PHP 8)介面摘要 interface DOMParentNode {/* 方法 */ public append(DOMNode|string ...$nodes): voidpublic prepend(DOMNode|string ...$nodes): void }目錄DOMParentNode::append — Appends nodes after the last child nodeDOMParentNode::prepend — Prepends nodes before the first child node