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

contributors($setup);

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

 </div>

 <div class="refsect1 description" id="refsect1-cachingiterator.rewind-description">
  <h3 class="title">Опис</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>CachingIterator::rewind</strong></span>(): <span class="type"><a href="language.types.void.php" class="type void">void</a></span></div>


   <div class="warning"><strong class="warning">Увага</strong><p class="simpara">Наразі ця функція не
документована. Доступний лише список її параметрів.
</p></div>

  <p class="para">
   Rewind the iterator.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-cachingiterator.rewind-parameters">
  <h3 class="title">Параметри</h3>
  <p class="para">У цієї функції немає
параметрів.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-cachingiterator.rewind-returnvalues">
  <h3 class="title">Значення, що повертаються</h3>
  <p class="para">
   Не повертає значень.
  </p>
 </div>


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