IteratorIterator::valid
(PHP 5 >= 5.1.0)
IteratorIterator::valid — Checks if the iterator is valid
Descrição
public bool IteratorIterator::valid
( void
)
Checks if the iterator is valid.
Parâmetros
Esta função não possui parâmetros.
Valor Retornado
Returns TRUE if the iterator is valid, otherwise FALSE
Veja Também
- iterator_count() - Conta o número de elementos do iterador
- IteratorIterator::current() - Get the current value