IteratorIterator::valid

(PHP 5 >= 5.1.0, PHP 7)

IteratorIterator::validChecks if the iterator is valid

Descrição

public IteratorIterator::valid ( void ) : bool

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