IteratorIterator::valid

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

IteratorIterator::validChecks if the iterator is valid

Description

public IteratorIterator::valid(): bool

Checks if the iterator is valid.

Parameters

This function has no parameters.

Return Values

Returns true if the iterator is valid, otherwise false

See Also

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top