The DOMChildNode interface

(PHP 8)

Arayüz Sözdizimi

interface DOMChildNode {
/* Yöntemler */
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
}

İçindekiler

add a note

User Contributed Notes

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