Generator::next

(PHP 5 >= 5.5.0)

Generator::nextResume execution of the generator

Описание

public void Generator::next ( void )

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

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

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

Эта функция не возвращает значения после выполнения.

Коментарии

It should be noted that next() sends an implicit null into the generator to ensure that code execution isn't blocked if the generator is expecting a value to be sent into it and the code doesn't execute any send()
2016-07-23 03:13:03
http://php5.kiev.ua/manual/ru/generator.next.html

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