PHP 忒聊
綴豖
ヶ輛
DomDocument- document_element
(no version information, might be only in CVS)
Description
This function returns the root element node of a document.
The following example returns just the element with name CHAPTER and prints it. The other node -- the comment -- is not returned.
瞰赽 1. Retrieving root element
?php include("example.inc"); if(!$dom = domxml_open_mem($xmlstr)) {echo "Error while parsing the document\n"; exit;} $root = $dom- document_element(); print_r($root);?
綴豖
れ萸
ヶ輛
DomDocument- doctype
奻珨撰
DomDocument- dump_file