DOMDocument
PHP Manual

DOMDocument::importNode

(No version information available, might be only in CVS)

DOMDocument::importNodeImport node into current document

Beschreibung

DOMNode DOMDocument::importNode ( DOMNode $importedNode [, bool $deep ] )

This function returns a copy of the node to import and associates it with the current document.

Parameter-Liste

importedNode

The node to import.

deep

If set to TRUE, this method will recursively import the subtree under the importedNode .

Rückgabewerte

The copied node or FALSE, if it cannot be copied.

Fehler/Exceptions

DOMException is thrown if node cannot be imported.


DOMDocument
PHP Manual