(PHP 5 >= 5.5.0, PHP 7, PHP 8)
ReflectionFunctionAbstract::isGenerator — 判断函数是否是一个生成器函数
此函数没有参数。
生成器函数返回 true,不是返回 false 失败时返回 null。
true
false
null