ReflectionFunctionAbstract::isGenerator

(PHP 5 >= 5.5.0, PHP 7, PHP 8)

ReflectionFunctionAbstract::isGeneratorこの関数がジェネレータかどうかを返す

説明

public ReflectionFunctionAbstract::isGenerator(): bool

警告

この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。

パラメータ

この関数にはパラメータはありません。

返り値

この関数がジェネレータである場合に true、そうでない場合に false を返します。 処理に失敗した場合に null を返します。

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top