(PHP 5 >= 5.5.0)
ReflectionFunctionAbstract::isGenerator — Returns whether this function is a generator
This function is currently not documented; only its argument list is available.
This function has no parameters.
Returns TRUE
if the function is generator, FALSE
if it is not or NULL
on failure.