PHP Conference Japan 2024

Generator::next

(PHP 5 >= 5.5.0, PHP 7, PHP 8)

Generator::next恢复生成器的执行

描述

public Generator::next(): void

调用 Generator::next() 的效果与使用 null 作为参数调用 Generator::send() 相同。

参数

此函数没有参数。

返回值

不返回任何值。

添加注释

用户贡献注释

此页面没有用户贡献的注释。
To Top