ReflectionFunctionAbstract
PHP Manual

ReflectionFunctionAbstract::getClosureThis

(バージョン情報なし。おそらく SVN 版にしか存在しないでしょう)

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

説明

public object ReflectionFunctionAbstract::getClosureThis ( void )

警告

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

パラメータ

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

返り値

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


ReflectionFunctionAbstract
PHP Manual