Generator::valid

(PHP 5 >= 5.5.0)

Generator::validCheck if the iterator has been closed

Описание

public bool Generator::valid ( void )

Список параметров

У этой функции нет параметров.

Возвращаемые значения

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

Коментарии

Автор:
Notice if you call it with open empty generator, it will close while checking.
2019-05-17 13:01:30
http://php5.kiev.ua/manual/ru/generator.valid.html

    Поддержать сайт на родительском проекте КГБ