array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'zh', ), 'this' => array ( 0 => 'limititerator.next.php', 1 => 'LimitIterator::next', 2 => 'Move the iterator forward', ), 'up' => array ( 0 => 'class.limititerator.php', 1 => 'LimitIterator', ), 'prev' => array ( 0 => 'limititerator.key.php', 1 => 'LimitIterator::key', ), 'next' => array ( 0 => 'limititerator.rewind.php', 1 => 'LimitIterator::rewind', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/spl/limititerator/next.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

LimitIterator::next

(PHP 5 >= 5.1.0, PHP 7, PHP 8)

LimitIterator::nextMove the iterator forward

说明

public LimitIterator::next(): void

Moves the iterator forward.

参数

此函数没有参数。

返回值

没有返回值。

参见