ReflectionFunctionAbstract::isGenerator

(PHP 5 >= 5.5.0, PHP 7)

ReflectionFunctionAbstract::isGeneratorReturns whether this function is a generator

Açıklama

public ReflectionFunctionAbstract::isGenerator ( void ) : bool

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.