IteratorIterator::valid

(PHP 5 >= 5.1.0, PHP 7)

IteratorIterator::validChecks if the iterator is valid

Açıklama

public IteratorIterator::valid ( ) : 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