Dutch PHP Conference 2025 - Call For Papers

The DOMChildNode interface

(PHP 8)

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

interface DOMChildNode {
/* Методи */
public after(DOMNode|string ...$nodes): void
public before(DOMNode|string ...$nodes): void
public remove(): void
public replaceWith(DOMNode|string ...$nodes): void
}

Зміст

add a note

User Contributed Notes

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