? Generator::send
Generator::valid ?
PHP Manual
生成器
向生成器中抛入一个异常
Generator::throw
(PHP 5 >= 5.5.0, PHP 7)
Generator::throw
—
向生成器中抛入一个异常
说明
public
void
Generator::throw
(
Exception
$exception
)
参数
exception
返回值
返回生成的值。