function domdocument document element

DomDocument->document_elementPodręcznik PHPPoprzedniNastępnyDomDocument->document_element (no version information, might be only in CVS)DomDocument->document_element --  Returns root element node Descriptionobject DomDocument->document_element ( void) 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. Przykład 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); ?> PoprzedniSpis treściNastępnyDomDocument->doctypePoczątek rozdziałuDomDocument->dump_file
Wyszukiwarka

Podobne podstrony:
function domdocument create element ns
function domdocument create element ns
function domdocument get element by id
function domdocument create element
function hw documentattributes
function xml set element handler
function hw document setcontent
DocumentEvent ElementChange
function domdocument add root
function hw document setcontent
DocumentEvent ElementChange
function hw document size
function domdocumenttype system id
function domdocument dump file
function domdocument doctype
function domdocumenttype name
function hw document attributes
function hw document attributes

więcej podobnych podstron