The Dom\ChildNode interface

(PHP 8 >= 8.4.0)

Вступ

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

Короткий огляд iнтерфейcу

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
}

Зміст