PHP
downloads | documentation | faq | getting help | mailing lists | 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

설명

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

This 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 .

반환값

The copied node.

오류/예외

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