Manual PHP - Dokumentacja PHP - Zapraszamy!

DOMDocument->importNode()

(no version information, might be only in CVS)

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

Opis

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.

Parametry

importedNode

The node to import.

deep

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

Zwracane wartości

The copied node.

WyjÄ…tki

DOMException is thrown if node cannot be imported.

LP:
Fatal error: Call to undefined function: show_links() in /home/httpd/vhosts/php.rek.waw.pl/httpdocs/index.php on line 69