PHP 7.0.6 Released

Generator::valid

(PHP 5 >= 5.5.0, PHP 7)

Generator::validCheck if the iterator has been closed

Description

public bool Generator::valid ( void )

Parameters

This function has no parameters.

Return Values

Returns FALSE if the iterator has been closed. Otherwise returns TRUE.

User Contributed Notes

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