php / 8.1.5 / class.domchildnode.html /

The DOMChildNode interface

Interface synopsis

(PHP 8)

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

Table of Contents

© 1997–2021 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/class.domchildnode.php