Generator::next

(PHP 5 >= 5.5.0)

Generator::nextResume execution of the generator

Description

public void Generator::next ( void )

Parameters

This function has no parameters.

Return Values

No value is returned.

Коментарии

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

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