PHP 8.4.24 Released!

The Dom\ChildNode interface

(PHP 8 >= 8.4.0)

Вступ

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

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

interface Dom\ChildNode {
/* Методи */
public function after(Dom\Node|string ...$nodes): void
public function before(Dom\Node|string ...$nodes): void
public function remove(): void
public function replaceWith(Dom\Node|string ...$nodes): void
}

Зміст

add a note

User Contributed Notes

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