<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = 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 => 'zh',
  ),
  'this' => 
  array (
    0 => 'directory.rewind.php',
    1 => 'Directory::rewind',
    2 => '倒回目录句柄',
  ),
  'up' => 
  array (
    0 => 'class.directory.php',
    1 => 'Directory',
  ),
  'prev' => 
  array (
    0 => 'directory.read.php',
    1 => 'Directory::read',
  ),
  'next' => 
  array (
    0 => 'ref.dir.php',
    1 => '目录函数函数',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'zh',
    'path' => 'reference/dir/directory/rewind.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="directory.rewind" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">Directory::rewind</h1>
  <p class="verinfo">(PHP 4, PHP 5, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">Directory::rewind</span> &mdash; <span class="dc-title">倒回目录句柄</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-directory.rewind-description">
  <h3 class="title">说明</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>Directory::rewind</strong></span>(): <span class="type"><a href="language.types.void.php" class="type void">void</a></span></div>

 </div>


 <div class="refsect1 changelog" id="refsect1-directory.rewind-changelog">
  <h3 class="title">更新日志</h3>
  <table class="doctable informaltable">
   
    <thead>
     <tr>
      <th>版本</th>
      <th>说明</th>
     </tr>

    </thead>

    <tbody class="tbody">
     <tr>
      <td>8.0.0</td>
      <td>
       不接受任何参数。在此之前，目录句柄可以作为参数传递。
      </td>
     </tr>

    </tbody>
   
  </table>

 </div>


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