<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.dir.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'it',
  ),
  'this' => 
  array (
    0 => 'function.closedir.php',
    1 => 'closedir',
    2 => 'Chiude l\'handle della directory',
  ),
  'up' => 
  array (
    0 => 'ref.dir.php',
    1 => 'Directory Funzioni',
  ),
  'prev' => 
  array (
    0 => 'function.chroot.php',
    1 => 'chroot',
  ),
  'next' => 
  array (
    0 => 'function.dir.php',
    1 => 'dir',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'it',
    'path' => 'reference/dir/functions/closedir.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.closedir" class="refentry">
   <div class="refnamediv">
    <h1 class="refname">closedir</h1>
    <p class="verinfo">(PHP 4, PHP 5, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">closedir</span> &mdash; <span class="dc-title">Chiude l&#039;handle della directory</span></p>

   </div>
   <div class="refsect1 unknown-517" id="refsect1-function.closedir-unknown-517">
    <h3 class="title">Descrizione</h3>
     <div class="methodsynopsis dc-description">
      <span class="methodname"><strong>closedir</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.resource.php" class="type resource">resource</a></span> <code class="parameter">$dir_handle</code></span>): <span class="type"><a href="language.types.void.php" class="type void">void</a></span></div>

    <p class="para rdfs-comment">
     Chiude il flusso directory indicato da
     <code class="parameter">dir_handle</code>. Il flusso deve essere stato aperto in 
     precedenza da <span class="function"><a href="function.opendir.php" class="function">opendir()</a></span>.
    </p>
   </div>

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