AppendIterator::rewind
(PHP 5 >= 5.1.0, PHP 7, PHP 8)
AppendIterator::rewind — Rewinds the Iterator
Beschreibung
Rewind to the first element of the first inner Iterator.
Parameter-Liste
Diese Funktion besitzt keine Parameter.
Rückgabewerte
Es wird kein Wert zurückgegeben.
Siehe auch
- Iterator::rewind() - Setzt den Iterator auf das erste Element zurück
- AppendIterator::current() - Gets the current value
- AppendIterator::key() - Gets the current key
- AppendIterator::next() - Moves to the next element
- AppendIterator::valid() - Checks validity of the current element