ReflectionFunctionAbstract::isGenerator

(PHP 5 >= 5.5.0, PHP 7)

ReflectionFunctionAbstract::isGeneratorReturns whether this function is a generator

Descrierea

public ReflectionFunctionAbstract::isGenerator ( void ) : bool

Avertizare

Această funcție nu este documentată în prezent; este disponibilă numai lista sa de argumente.

Parametri

Această funcție nu are parametri.

Valorile întoarse

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