<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.xmlreader.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'it',
  ),
  'this' => 
  array (
    0 => 'xmlreader.close.php',
    1 => 'XMLReader::close',
    2 => 'Close the XMLReader input',
  ),
  'up' => 
  array (
    0 => 'class.xmlreader.php',
    1 => 'XMLReader',
  ),
  'prev' => 
  array (
    0 => 'class.xmlreader.php',
    1 => 'XMLReader',
  ),
  'next' => 
  array (
    0 => 'xmlreader.expand.php',
    1 => 'XMLReader::expand',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/xmlreader/xmlreader/close.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="xmlreader.close" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">XMLReader::close</h1>
  <p class="verinfo">(PHP 5 &gt;= 5.1.0, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">XMLReader::close</span> &mdash; <span class="dc-title">Close the XMLReader input</span></p>

 </div>
 <div class="refsect1 description" id="refsect1-xmlreader.close-description">
  <h3 class="title">Descrizione</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>XMLReader::close</strong></span>(): <span class="type"><a href="language.types.singleton.php" class="type true">true</a></span></div>

  <p class="para rdfs-comment">
   Closes the input the XMLReader object is currently parsing.
  </p>
 </div>

 <div class="refsect1 parameters" id="refsect1-xmlreader.close-parameters">
  <h3 class="title">Elenco dei parametri</h3>
  <p class="para">Questa funzione non contiene parametri.</p>
 </div>

 <div class="refsect1 returnvalues" id="refsect1-xmlreader.close-returnvalues">
  <h3 class="title">Valori restituiti</h3>
  <p class="para">
   Always returns <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong>.
  </p>
 </div>

 <div class="refsect1 seealso" id="refsect1-xmlreader.close-seealso">
  <h3 class="title">Vedere anche:</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="methodname"><a href="xmlreader.open.php" class="methodname" rel="rdfs-seeAlso">XMLReader::open()</a> - Set the URI containing the XML to parse</span></li>
    <li><span class="methodname"><a href="xmlreader.xml.php" class="methodname" rel="rdfs-seeAlso">XMLReader::XML()</a> - Set the data containing the XML to parse</span></li>
   </ul>
  </p>
 </div>

</div><?php manual_footer($setup); ?>