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

IteratorIterator::rewind

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

IteratorIterator::rewindRewind to the first element

Beschreibung

public IteratorIterator::rewind(): void

Rewinds to the first element.

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

Es wird kein Wert zurückgegeben.

Siehe auch