IteratorIterator::valid

(PHP 5 >= 5.1.0, PHP 7)

IteratorIterator::validChecks if the iterator is valid

Açıklama

public IteratorIterator::valid ( void ) : bool

Checks if the iterator is valid.

Değiştirgeler

Bu işlevin değiştirgesi yoktur.

Dönen Değerler

Returns TRUE if the iterator is valid, otherwise FALSE

Ayrıca Bakınız