IteratorIterator::valid
(PHP 5 >= 5.1.0, PHP 7, PHP 8)
IteratorIterator::valid — Checks if the iterator is valid
Beschreibung
Checks if the iterator is valid.
Parameter-Liste
Diese Funktion besitzt keine Parameter.
Rückgabewerte
Returns true
if the iterator is valid, otherwise false
Siehe auch
- iterator_count() - Count the elements in an iterator
- IteratorIterator::current() - Get the current value