<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.simplexml.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'en',
  ),
  'this' => 
  array (
    0 => 'ref.simplexml.php',
    1 => 'SimpleXML Functions',
    2 => 'SimpleXML Functions',
  ),
  'up' => 
  array (
    0 => 'book.simplexml.php',
    1 => 'SimpleXML',
  ),
  'prev' => 
  array (
    0 => 'class.simplexmliterator.php',
    1 => 'SimpleXMLIterator',
  ),
  'next' => 
  array (
    0 => 'function.simplexml-import-dom.php',
    1 => 'simplexml_import_dom',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/simplexml/reference.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/ref.simplexml.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="ref.simplexml" class="reference">
 <h1 class="title">SimpleXML Functions</h1>

 















<h2>Table of Contents</h2><ul class="chunklist chunklist_reference"><li><a href="function.simplexml-import-dom.php">simplexml_import_dom</a> — Get a SimpleXMLElement object from an XML or HTML node</li><li><a href="function.simplexml-load-file.php">simplexml_load_file</a> — Interprets an XML file into an object</li><li><a href="function.simplexml-load-string.php">simplexml_load_string</a> — Interprets a string of XML into an object</li></ul>
</div>
<?php manual_footer($setup); ?>