PHP 7.0.6 Released

IteratorIterator::valid

(PHP 5 >= 5.1.0, PHP 7)

IteratorIterator::validChecks if the iterator is valid

Description

public bool IteratorIterator::valid ( void )

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

User Contributed Notes

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