ReflectionFunctionAbstract
PHP Manual

ReflectionFunctionAbstract::isClosure

(PHP 5 >= 5.3.0)

ReflectionFunctionAbstract::isClosureChecks if closure

説明

public bool ReflectionFunctionAbstract::isClosure ( void )

Checks whether it's a closure.

警告

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

パラメータ

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

返り値

TRUE if it's a closure, otherwise FALSE

参考


ReflectionFunctionAbstract
PHP Manual