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

AppendIterator::next

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

AppendIterator::nextMoves to the next element

Açıklama

public AppendIterator::next(): void

Moves to the next element. If this means to another Iterator then it rewinds that Iterator.

Bağımsız Değişkenler

Bu işlevin bağımsız değişkeni yoktur.

Dönen Değerler

Hiçbir değer dönmez.

Ayrıca Bakınız