IteratorIterator::valid

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

IteratorIterator::validChecks if the current element is valid

Description

publicIteratorIterator::valid(): bool

Checks whether the current element is valid.

Parameters

This function has no parameters.

Return Values

Returns true if the current element is valid, otherwise false

See Also

To Top