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

IteratorIterator::next

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

IteratorIterator::nextForward to the next element

Beschreibung

public IteratorIterator::next(): void

Forward to the next element.

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

Es wird kein Wert zurückgegeben.

Siehe auch