Generator
PHP Manual

Generator::valid

(PHP 5 >= 5.5.0, PHP 7)

Generator::validCheck if the iterator has been closed

Beschreibung

public bool Generator::valid ( void )

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

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


Generator
PHP Manual