<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.splfixedarray.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'de',
  ),
  'this' => 
  array (
    0 => 'splfixedarray.getiterator.php',
    1 => 'SplFixedArray::getIterator',
    2 => 'Retrieve the iterator to go through the array',
  ),
  'up' => 
  array (
    0 => 'class.splfixedarray.php',
    1 => 'SplFixedArray',
  ),
  'prev' => 
  array (
    0 => 'splfixedarray.fromarray.php',
    1 => 'SplFixedArray::fromArray',
  ),
  'next' => 
  array (
    0 => 'splfixedarray.getsize.php',
    1 => 'SplFixedArray::getSize',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/spl/splfixedarray/getiterator.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="splfixedarray.getiterator" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">SplFixedArray::getIterator</h1>
  <p class="verinfo">(PHP 8)</p><p class="refpurpose"><span class="refname">SplFixedArray::getIterator</span> &mdash; <span class="dc-title">Retrieve the iterator to go through the array</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-splfixedarray.getiterator-description">
  <h3 class="title">Beschreibung</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>SplFixedArray::getIterator</strong></span>(): <span class="type"><a href="class.iterator.php" class="type Iterator">Iterator</a></span></div>

  <p class="para rdfs-comment">
   Returns the iterator to go through the array.
  </p>
 </div>


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


 <div class="refsect1 returnvalues" id="refsect1-splfixedarray.getiterator-returnvalues">
  <h3 class="title">Rückgabewerte</h3>
  <p class="para">
   An instance of an object implementing <span class="classname"><a href="class.iterator.php" class="classname">Iterator</a></span> to go
   through the array.
  </p>
 </div>


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