ReflectionFunctionAbstract
PHP Manual

ReflectionFunctionAbstract::isGenerator

(PHP 5 >= 5.5.0, PHP 7)

ReflectionFunctionAbstract::isGeneratorReturns whether this function is a generator

Açıklama

public bool ReflectionFunctionAbstract::isGenerator ( void )

Uyarı

Bu işlev hala belgelendirilmemiştir; sadece değiştirge listesi mevcuttur.

Değiştirgeler

Bu işlevin değiştirgesi yoktur.

Dönen Değerler

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


ReflectionFunctionAbstract
PHP Manual