The DOMParentNode interface

(PHP 8)

接口摘要

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

目录

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top