PHP 8.5.0 Beta 3 available for testing

Dom\ChildNode インターフェイス

(PHP 8 >= 8.4.0)

はじめに

このクラスは、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
}

目次

add a note

User Contributed Notes

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