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

contributors($setup);

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

 </div>

 <div class="refsect1 description" id="refsect1-filteriterator.next-description">
  <h3 class="title">说明</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>FilterIterator::next</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">
   Move the iterator forward.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-filteriterator.next-parameters">
  <h3 class="title">参数</h3>
  <p class="para">此函数没有参数。</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-filteriterator.next-returnvalues">
  <h3 class="title">返回值</h3>
  <p class="para">
   没有返回值。
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-filteriterator.next-seealso">
  <h3 class="title">参见</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="function"><a href="filteriterator.current.php" class="function" rel="rdfs-seeAlso">FilterIterator::current()</a> - Get the current element value</span></li>
    <li><span class="function"><a href="filteriterator.key.php" class="function" rel="rdfs-seeAlso">FilterIterator::key()</a> - Get the current key</span></li>
   </ul>
  </p>
 </div>


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