php8.5
Home/ Manual/ spl / iteratoriterator/ IteratorIterator::valid

IteratorIterator::valid

PHP function Edit on GitHub ✎

(PHP 5 >= 5.1.0, PHP 7, PHP 8)

Checks if the current element is valid

Description

IteratorIterator::valid(): bool

Checks whether the current element is valid.

Parameters Parameters

Return Values

Returns true if the current element is valid, otherwise false

See Also

Source: reference/spl/iteratoriterator/valid.xml · from the official PHP manual (php/doc-en)