Php/docs/generator.throw
来自菜鸟教程
Generator::throw
(PHP 5 >= 5.5.0, PHP 7, PHP 8)
Generator::throw — 向生成器中抛入一个异常
说明
public Generator::throw
( Exception $exception
) : void
参数
exception
返回值
返回生成的值。
(PHP 5 >= 5.5.0, PHP 7, PHP 8)
Generator::throw — 向生成器中抛入一个异常
public Generator::throw
( Exception $exception
) : void
exception
返回生成的值。