ConFoo 2025

The Dom\ParentNode interface

(PHP 8 >= 8.4.0)

Вступ

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

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

interface Dom\ParentNode {
/* Методи */
public append(Dom\Node|string ...$nodes): void
public prepend(Dom\Node|string ...$nodes): void
public querySelector(string $selectors): ?Dom\Element
public replaceChildren(Dom\Node|string ...$nodes): void
}

Зміст

add a note

User Contributed Notes

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