PHP マニュアル
関数リファレンス
変数・データ型関連
リフレクション
ReflectionFunction
ReflectionFunction::__construct
ReflectionFunction::export
ReflectionFunction::getClosure
ReflectionFunction::invoke
ReflectionFunction::invokeArgs
ReflectionFunction::isAnonymous
ReflectionFunction::isDisabled
ReflectionFunction::__toString
ReflectionFunction::export
ReflectionFunction::invoke
ReflectionFunction
PHP マニュアル
ReflectionFunction::getClosure
この関数に動的に作成されたクロージャを返す
説明
public
Closure
ReflectionFunction::getClosure
()
この関数に動的に作成されたクロージャを取得します。
パラメータ
この関数にはパラメータはありません。
戻り値
新しく作成された
Closure
を返します。
参考
第一級callableを生成する記法