hasAttributes()"HREF="function.dom-domnode-hasattributes.html"> Podręcznik PHP Poprzedni Następny (no version i..."/>
Forum und email
DOMNode->cloneNode()

DOMNode->cloneNode()

(no version information, might be only in CVS)

DOMNode->cloneNode() --  Clones a node

Opis

class DOMNode {

DOMNode cloneNode ( [bool deep] )

}

Creates a copy of the node.

Parametry

deep

Indicates whether to copy all descendant nodes. This parameter is defaulted to FALSE.

Zwracane wartości

The cloned node.