Dutch PHP Conference 2025 - Call For Papers

The DOMParentNode interface

(PHP 8)

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

interface DOMParentNode {
/* Методи */
public append(DOMNode|string ...$nodes): void
public prepend(DOMNode|string ...$nodes): void
public replaceChildren(DOMNode|string ...$nodes): void
}

Зміст

add a note

User Contributed Notes

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