ReflectionFunctionAbstract
PHP Manual

ReflectionFunctionAbstract::isGenerator

(PHP 5 >= 5.5.0)

ReflectionFunctionAbstract::isGeneratorReturns whether this function is a generator

Descrição

public bool ReflectionFunctionAbstract::isGenerator ( void )

Aviso

Esta função não está documentada; somente a lista de argumentos está disponível.

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

Returns TRUE if the function is generator, FALSE if it is not or NULL on failure.


ReflectionFunctionAbstract
PHP Manual