ReflectionFunction
PHP Manual

ReflectionFunction::getClosure

(PHP >= 5.4.0)

ReflectionFunction::getClosureこの関数に動的に作成されたクロージャを返す

説明

public Closure ReflectionFunction::getClosure ( void )

警告

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

パラメータ

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

返り値

Closure を返します。 エラー時には NULL を返します。


ReflectionFunction
PHP Manual