ConFoo 2025

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

add a note

User Contributed Notes

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