Generator::next

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

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

描述

public Generator::next(): void

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

参数

此函数没有参数。

返回值

不返回任何值。

添加笔记

用户贡献的笔记

此页面没有用户贡献的笔记。
To Top