function domxml open file

domxml_open_filePodręcznik PHPPoprzedniNastępnydomxml_open_file (PHP 4 >= 4.2.1)domxml_open_file -- Creates a DOM object from XML fileDescriptionobject domxml_open_file ( string filename) The function parses the XML document in the file named filename and returns an object of class "Dom document", having the properties as listed above. The file is accessed read-only. Przykład 1. Opening a xml document from a file<?php if(!$dom = domxml_open_file("example.xml")) { echo "Error while parsing the document\n"; exit; } $root = $dom->document_element(); ?> See also domxml_open_mem(), domxml_new_doc(). PoprzedniSpis treściNastępnydomxml_new_docPoczątek rozdziałudomxml_open_mem
Wyszukiwarka

Podobne podstrony:
function pdf open file
function domxml open mem
function pdf open image file
function pdf open image file
function domxml xslt stylesheet file
function dbase open
function proc open
function fdf get file
function pdf open gif
function cpdf open
function domxml new child
function dbplus open
function ircg set file

więcej podobnych podstron