function domxml open mem

domxml_open_memPodręcznik PHPPoprzedniNastępnydomxml_open_mem (PHP 4 >= 4.2.1)domxml_open_mem -- Creates a DOM object of an XML documentDescriptionobject domxml_open_mem ( string str) The function parses the XML document in str and returns an object of class "Dom document", having the properties as listed above. This function, domxml_open_file() or domxml_new_doc() must be called before any other function calls. Przykład 1. Opening a xml document in a string<?php include("example.inc"); if(!$dom = domxml_open_mem($xmlstr)) { echo "Error while parsing the document\n"; exit; } $root = $dom->document_element(); ?> See also domxml_open_file(), domxml_new_doc(). PoprzedniSpis treściNastępnydomxml_open_filePoczątek rozdziałudomxml_version
Wyszukiwarka

Podobne podstrony:
function domxml open file
function dbase open
function proc open
function pdf open gif
function cpdf open
function pdf open image file
function domxml new child
function dbplus open
function pdf open file
function domxml node
function mcal open
function cpdf open
function dba open
function domxml node unlink node

więcej podobnych podstron