downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

Our source is open

The syntax highlighted source is automatically generated by PHP from the plaintext script. If you're interested in what's behind the several functions we used, you can always take a look at the source of the following files:

Of course, if you want to see the source of this page, we have it available. You can also browse the Git repository for this website on git.php.net.

Source of: /manual/en/directory.close.php

<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once
dirname(__FILE__) ."/toc/class.directory.inc";
$setup = array (
 
'home' =>
  array (
   
0 => 'index.php',
   
1 => 'PHP Manual',
  ),
 
'head' =>
  array (
   
0 => 'UTF-8',
   
1 => 'en',
  ),
 
'this' =>
  array (
   
0 => 'directory.close.php',
   
1 => 'Directory::close',
  ),
 
'up' =>
  array (
   
0 => 'class.directory.php',
   
1 => 'Directory',
  ),
 
'prev' =>
  array (
   
0 => 'class.directory.php',
   
1 => 'Directory',
  ),
 
'next' =>
  array (
   
0 => 'directory.read.php',
   
1 => 'Directory::read',
  ),
 
'alternatives' =>
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);

manual_header();
?>
<div id="directory.close" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">Directory::close</h1>
  <p class="verinfo">(No version information available, might only be in SVN)</p><p class="refpurpose"><span class="refname">Directory::close</span> &mdash; <span class="dc-title">Close directory handle</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-directory.close-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="type"><span class="type void">void</span></span> <span class="methodname"><strong>Directory::close</strong></span>
    ([ <span class="methodparam"><span class="type">resource</span> <code class="parameter">$dir_handle</code></span>
  ] )</div>

  <p class="para rdfs-comment">
   Same as  <span class="function"><a href="function.closedir.php" class="function">closedir()</a></span>, only <em><code class="parameter">
   dir_handle</code></em> defaults to <var class="varname"><var class="varname">$this</var></var>.
  </p>
 </div>


</div><?php manual_footer(); ?>
 
show source | credits | sitemap | contact | advertising | mirror sites