ReflectionFunctionAbstract
PHP Manual

ReflectionFunctionAbstract::getClosureThis

(PHP >= 5.4.0)

ReflectionFunctionAbstract::getClosureThisクロージャにバインドした this ポインタを返す

説明

public object ReflectionFunctionAbstract::getClosureThis ( void )

警告

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

パラメータ

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

返り値

$this ポインタを返します。 エラー時には NULL を返します。


ReflectionFunctionAbstract
PHP Manual