|
PHP5中文手册
DOMDocument->importNode()(No version information available, might be only in CVS) DOMDocument->importNode() — Import node into current document 说明DOMDocument
DOMNode importNode
( DOMNode $importedNode
[, bool $deep
] )
This function returns a copy of the node to import and associates it with the current document. 参数
返回值The copied node. 错误/异常DOMException is thrown if node cannot be imported. |