PHP
downloads | documentation | faq | getting help | mailing lists | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

DOMDocument->load()> <DOMDocument->getElementsByTagNameNS()
Last updated: Sun, 25 Nov 2007

view this page in

DOMDocument->importNode()

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

DOMDocument->importNode() — Import node into current document

Popis

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

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

Parametre

importedNode

The node to import.

deep

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

Vrátené hodnoty

The copied node.

Errors/Exceptions

DOMException is thrown if node cannot be imported.



add a note add a note User Contributed Notes
DOMDocument->importNode()
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites