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

contributors($setup);

?>
<div id="parentiterator.rewind" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">ParentIterator::rewind</h1>
  <p class="verinfo">(PHP 5 &gt;= 5.1.0, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">ParentIterator::rewind</span> &mdash; <span class="dc-title">Rewind the iterator</span></p>

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

  <p class="para rdfs-comment">
   Rewinds the iterator.
  </p>

   <div class="warning"><strong class="warning">Warning</strong><p class="simpara">This function is
currently not documented; only its argument list is available.
</p></div>

 </div>


 <div class="refsect1 parameters" id="refsect1-parentiterator.rewind-parameters">
  <h3 class="title">Parameters</h3>
  <p class="para">This function has no parameters.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-parentiterator.rewind-returnvalues">
  <h3 class="title">Return Values</h3>
  <p class="para">
   No value is returned.
  </p>
 </div>


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