PHP 8.6.0 Alpha 2 available for testing

La interfaz DOMChildNode

(PHP 8)

Sinopsis de la interfaz

interface DOMChildNode {
/* Métodos */
public function after(DOMNode|string ...$nodes): void
public function before(DOMNode|string ...$nodes): void
public function remove(): void
public function replaceWith(DOMNode|string ...$nodes): void
}

Tabla de contenidos

add a note

User Contributed Notes

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