ReflectionFunctionAbstract
PHP Manual

ReflectionFunctionAbstract::getClosureScopeClass

(PHP >= 5.4.0)

ReflectionFunctionAbstract::getClosureScopeClassクロージャに関連づけられたスコープを返す

説明

public ReflectionClass ReflectionFunctionAbstract::getClosureScopeClass ( void )

警告

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

パラメータ

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

返り値

成功した場合にクラスを返します。失敗した場合は NULL を返します。


ReflectionFunctionAbstract
PHP Manual