ConFoo 2025

The Dom\ChildNode interface

(PHP 8 >= 8.4.0)

简介

This is the modern, spec-compliant equivalent of DOMChildNode.

接口摘要

interface Dom\ChildNode {
/* 方法 */
public after(Dom\Node|string ...$nodes): void
public before(Dom\Node|string ...$nodes): void
public remove(): void
public replaceWith(Dom\Node|string ...$nodes): void
}

目录

添加备注

用户贡献的备注

此页面尚无用户贡献的备注。
To Top