Manuál PHP | ||
---|---|---|
Předcházející | Další |
(no version information, might be only in CVS)
DOMDocument->importNode() -- Import node into current documentThis function returns a copy of the node to import and associates it with the current document.
importedNode
The node to import.
deep
If set to TRUE, this method will recursively import the subtree under
the importedNode
.
Předcházející | Domů | Další |
DOMDocument->getElementsByTagNameNS() | Nahoru | DOMDocument->load() |