The DOMChildNode interface

(PHP 8)

接口摘要

interface DOMChildNode {
/* 方法 */
public after(DOMNode|string ...$nodes): void
public before(DOMNode|string ...$nodes): void
public remove(): void
public replaceWith(DOMNode|string ...$nodes): void
}

目录

add a note

User Contributed Notes

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