DOMDocument->importNode
Import node into current document.
Description
objectDOMDocument->importNode
objectimportedNode
booldeep
This function returns a copy of the node to import and associates it with
the current document. DOMExcpetion is thrown if
node cannot be imported.