(No version information available, might be only in CVS)
DOMDocument->importNode() — Import node into current document
This function returns a copy of the node to import and associates it with the current document.
The node to import.
If set to TRUE , this method will recursively import the subtree under the importedNode .
The copied node.
DOMException is thrown if node cannot be imported.
© 2005-2008 BlaBla.cn 版权所有