Search Results
The IntlIterator class Introduction ¶ This class represents iterator objects throughout the intl extension whenever the iterator cannot be identified with any other object provided by the extension. The distinct iterator object used internally by the foreach construct can only be obtained (in the relevant part here) from objects, so objects of this class serve the purpose of providing the ...
Table of Contents IntlIterator::current — Get the current element IntlIterator::key — Get the current key IntlIterator::next — Move forward to the next element IntlIterator::rewind — Rewind the iterator to the first element IntlIterator::valid — Check if current position is valid PHP Manual
Sommaire IntlIterator::current — Récupère l'élément courant IntlIterator::key — Récupère la clé courante IntlIterator::next — Se déplace sur l'élément suivant IntlIterator::rewind — Re-positionne l'itérateur au premier élément IntlIterator::valid — Vérifie si la position courant est valide
IteratorIterator::valid 26 déc. 2018 11 fois (PHP 5 >= 5.1.0, PHP 7, PHP 8)
IntlIterator::valid (PHP 5 >= 5.5.0, PHP 7) IntlIterator::valid — Check if current position is valid Description public IntlIterator::valid ( ) : bool WarningThis function is currently not documented; only its argument list is available. Parameters This function has no parameters.
package php implements NativeIterator <K, V> @:native ("IntlIterator") Available on php See also: https://www.php.net/manual/en/class.intliterator.php
Sommaire IntlIterator::current — Récupère l'élément courant IntlIterator::key — Récupère la clé courante IntlIterator::next — Se déplace sur l'élément suivant IntlIterator::rewind — Re-positionne l'itérateur au premier élément IntlIterator::valid — Vérifie si la position courant est valide
