<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.streamwrapper.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'de',
  ),
  'this' => 
  array (
    0 => 'streamwrapper.dir-rewinddir.php',
    1 => 'streamWrapper::dir_rewinddir',
    2 => 'Rewind directory handle',
  ),
  'up' => 
  array (
    0 => 'class.streamwrapper.php',
    1 => 'streamWrapper',
  ),
  'prev' => 
  array (
    0 => 'streamwrapper.dir-readdir.php',
    1 => 'streamWrapper::dir_readdir',
  ),
  'next' => 
  array (
    0 => 'streamwrapper.mkdir.php',
    1 => 'streamWrapper::mkdir',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/stream/streamwrapper/dir-rewinddir.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="streamwrapper.dir-rewinddir" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">streamWrapper::dir_rewinddir</h1>
  <p class="verinfo">(PHP 4 &gt;= 4.3.2, PHP 5, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">streamWrapper::dir_rewinddir</span> &mdash; <span class="dc-title">Rewind directory handle</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-streamwrapper.dir-rewinddir-description">
  <h3 class="title">Beschreibung</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>streamWrapper::dir_rewinddir</strong></span>(): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>

  <p class="para rdfs-comment">
   This method is called in response to <span class="function"><a href="function.rewinddir.php" class="function">rewinddir()</a></span>.
  </p>
  <p class="para">
   Should reset the output generated by
   <span class="methodname"><a href="streamwrapper.dir-readdir.php" class="methodname">streamWrapper::dir_readdir()</a></span>.
   i.e.: The next call to <span class="methodname"><a href="streamwrapper.dir-readdir.php" class="methodname">streamWrapper::dir_readdir()</a></span>
   should return the first entry in the location returned by
   <span class="methodname"><a href="streamwrapper.dir-opendir.php" class="methodname">streamWrapper::dir_opendir()</a></span>.
  </p>

 </div>


 <div class="refsect1 parameters" id="refsect1-streamwrapper.dir-rewinddir-parameters">
  <h3 class="title">Parameter-Liste</h3>
  <p class="para">Diese Funktion besitzt keine Parameter.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-streamwrapper.dir-rewinddir-returnvalues">
  <h3 class="title">Rückgabewerte</h3>
  <p class="para">
   Gibt bei Erfolg <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> zurück. Bei einem Fehler wird <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> zurückgegeben.
  </p>
 </div>




 <div class="refsect1 seealso" id="refsect1-streamwrapper.dir-rewinddir-seealso">
  <h3 class="title">Siehe auch</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="function"><a href="function.rewinddir.php" class="function" rel="rdfs-seeAlso">rewinddir()</a> - Setzt das Verzeichnis-Handle an den Anfang zur&uuml;ck</span></li>
    <li><span class="methodname"><a href="streamwrapper.dir-readdir.php" class="methodname" rel="rdfs-seeAlso">streamWrapper::dir_readdir()</a> - Read entry from directory handle</span></li>
   </ul>
  </p>
 </div>


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