DOMDocument->importNode()
(No version information available, might be only in CVS)
DOMDocument->importNode() — Import node into current document
Popis
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.
Seznam parametrů
- importedNode
The node to import.
- deep
If set to TRUE, this method will recursively import the subtree under the importedNode.
Návratové hodnoty
The copied node.
Errors/Exceptions
DOMException is thrown if node cannot be imported.
DOMDocument->importNode()
There are no user contributed notes for this page.
