The Dom\ParentNode interface

(PHP 8 >= 8.4.0)

Introduction

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

Interface synopsis

interface Dom\ParentNode {
/* Methods */
public append (Dom\Node |string ...$nodes): void
public prepend (Dom\Node |string ...$nodes): void
public querySelector (string $selectors): ? Dom\Element
public querySelectorAll (string $selectors): Dom\NodeList
public replaceChildren (Dom\Node |string ...$nodes): void
}

Table of Contents

Found A Problem?

Learn How To Improve This PageSubmit a Pull RequestReport a Bug
+add a note

User Contributed Notes

There are no user contributed notes for this page.

AltStyle によって変換されたページ (->オリジナル) /