The Dom\ChildNode interface

(PHP 8 >= 8.4.0)

Introduzione

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

Sommario dell'interfaccia

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

Indice dei contenuti

add a note

User Contributed Notes

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