Search Results
The NoRewindIterator class Introduction ¶ This iterator ignores rewind operations. This allows processing an iterator in multiple partial foreach loops.
NoRewindIterator::__construct — Construct a NoRewindIterator NoRewindIterator::current — Get the current value NoRewindIterator::key — Get the current key NoRewindIterator::next — Forward to the next element NoRewindIterator::rewind — Prevents the rewind operation on the inner iterator NoRewindIterator::valid — Validates the iterator
NoRewindIterator::current — Get the current value NoRewindIterator::getInnerIterator — Get the inner iterator NoRewindIterator::key — Get the current key NoRewindIterator::next — Forward to the next element NoRewindIterator::rewind — Prevents the rewind operation on the inner iterator NoRewindIterator::valid — Validates the iterator
NoRewindIterator::__construct — Construct a NoRewindIterator NoRewindIterator::current — Get the current value NoRewindIterator::key — Get the current key NoRewindIterator::next — Forward to the next element NoRewindIterator::rewind — Prevents the rewind operation on the inner iterator NoRewindIterator::valid — Validates the iterator
NoRewindIterator::next (PHP 5 >= 5.1.0, PHP 7) NoRewindIterator::next — Forward to the next element Description public NoRewindIterator::next ( ) : void Forwards to the next element. WarningThis function is currently not documented; only its argument list is available. Parameters This function has no parameters. Return Values No value is returned. See Also NoRewindIterator::rewind ...
Table of Contents NoRewindIterator::__construct — Construct a NoRewindIterator NoRewindIterator::current — Get the current value NoRewindIterator::getInnerIterator — Get the inner iterator NoRewindIterator::key — Get the current key NoRewindIterator::next — Forward to the next element
NoRewindIterator::key — Récupère la clé courante NoRewindIterator::next — Se déplace vers le prochain élément NoRewindIterator::rewind — Réinitialise l'itérateur interne NoRewindIterator::valid — Valide un itérateur MultipleIterator::valid Itérateurs NoRewindIterator::__construct Manuel PHP Partager cet élément Lien :
