PHP. Руководство по PHP. 2005
DOMDocument->importNode()
HREF="function.dom-domdocument-getelementsbytagnamens.html"> HREF="function.dom-domdocument-load.html"> Пред.
DOMDocument->importNode()
(no version information, might be only in CVS)DOMDocument->importNode() -- Import node into current document
Описание
class DOMDocument {DOMNode importNode (DOMNode importedNode [, bool deep])
}
This function returns a copy of the node to import and associates it with the current document.