L'interface Dom\ChildNode

(PHP 8 >= 8.4.0)

Introduction

Ceci est l'équivalent moderne et conforme aux spécifications de DOMChildNode.

Sommaire de l'Interface

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

Sommaire