(PHP 5 >= 5.5.0, PHP 7)
Check if the iterator has been closed
public bool Generator::valid ( void )
Returns:
Returns FALSE
if the iterator has been closed. Otherwise returns TRUE
.
Please login to continue.