DOMNode::cloneNode
(PHP 5, PHP 7, PHP 8)
DOMNode::cloneNode — Clones a node
Beschreibung
Creates a copy of the node.
Parameter-Liste
-
deep
-
Indicates whether to copy all descendant nodes. This parameter is defaulted to
false
.
Rückgabewerte
The cloned node.