<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/xml.setup.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'ja',
  ),
  'this' => 
  array (
    0 => 'xml.resources.php',
    1 => 'リソース型',
    2 => 'リソース型',
  ),
  'up' => 
  array (
    0 => 'xml.setup.php',
    1 => 'インストール/設定',
  ),
  'prev' => 
  array (
    0 => 'xml.installation.php',
    1 => 'インストール手順',
  ),
  'next' => 
  array (
    0 => 'xml.constants.php',
    1 => '定義済み定数',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ja',
    'path' => 'reference/xml/setup.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="xml.resources" class="section">
  <h2 class="title">リソース型</h2>
  <p class="para">
   PHP 8.0.0 より前のバージョンでは、<span class="function"><a href="function.xml-parser-create.php" class="function">xml_parser_create()</a></span>および
   <span class="function"><a href="function.xml-parser-create-ns.php" class="function">xml_parser_create_ns()</a></span> により返された
   <code class="literal">xml</code>リソースは、
   この拡張モジュールにより提供された関数で使用される
   XMLパーサーのインスタンスを参照します。
  </p>
 </div><?php manual_footer($setup); ?>