<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.internaliterator.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'fr',
  ),
  'this' => 
  array (
    0 => 'internaliterator.rewind.php',
    1 => 'InternalIterator::rewind',
    2 => 'Replace l\'it&eacute;rateur sur le premier &eacute;l&eacute;ment',
  ),
  'up' => 
  array (
    0 => 'class.internaliterator.php',
    1 => 'InternalIterator',
  ),
  'prev' => 
  array (
    0 => 'internaliterator.next.php',
    1 => 'InternalIterator::next',
  ),
  'next' => 
  array (
    0 => 'internaliterator.valid.php',
    1 => 'InternalIterator::valid',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'fr',
    'path' => 'language/predefined/internaliterator/rewind.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="internaliterator.rewind" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">InternalIterator::rewind</h1>
  <p class="verinfo">(PHP 8)</p><p class="refpurpose"><span class="refname">InternalIterator::rewind</span> &mdash; <span class="dc-title">Replace l&#039;itérateur sur le premier élément</span></p>

 </div>

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

  <p class="para rdfs-comment">
   Replace l&#039;itérateur sur le premier élément.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-internaliterator.rewind-parameters">
  <h3 class="title">Liste de paramètres</h3>
  <p class="para">Cette fonction ne contient aucun paramètre.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-internaliterator.rewind-returnvalues">
  <h3 class="title">Valeurs de retour</h3>
  <p class="para">
   Aucune valeur n&#039;est retournée.
  </p>
 </div>

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