(PHP 5 >= 5.5.0, PHP 7)
ReflectionFunctionAbstract::isGenerator — Returns whether this function is a generator
Esta função não está documentada; somente a lista de argumentos está disponível.
Esta função não possui parâmetros.
Returns TRUE
if the function is generator, FALSE
if it is not or NULL
on failure.