| Manuál PHP | ||
|---|---|---|
| PÅ™edcházejÃcà | Dalšà | |
DOMDocument->importNode()
(no version information, might be only in CVS)
DOMDocument->importNode() -- Import node into current documentPopis
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ů
importedNodeThe node to import.
deepIf set to TRUE, this method will recursively import the subtree under the
importedNode.
| PÅ™edcházejÃcà | Domů | Dalšà |
| DOMDocument->getElementsByTagNameNS() | Nahoru |