ReflectionFunctionAbstract
PHP Manual

ReflectionFunctionAbstract::getClosureThis

(PHP >= 5.4.0)

ReflectionFunctionAbstract::getClosureThisReturns this pointer bound to closure

Açıklama

public object ReflectionFunctionAbstract::getClosureThis ( void )

Uyarı

Bu işlev hala belgelendirilmemiştir; sadece değiştirge listesi mevcuttur.

Değiştirgeler

Bu işlevin değiştirgesi yoktur.

Dönen Değerler

Returns $this pointer. Returns NULL in case of an error.


ReflectionFunctionAbstract
PHP Manual