ReflectionFunctionAbstract::getClosureThis
返回闭包内与 $this 对应的对象
&reftitle.description;
public objectnullReflectionFunctionAbstract::getClosureThis
如果函数是非静态闭包,获取绑定到闭包内部 $this 的对象。
&reftitle.parameters;
&no.function.parameters;
&reftitle.returnvalues;
返回 Closure 中 $this 所表示的对象实例。如果函数不是闭包或者没有
$this,则返回 &null;。
&reftitle.seealso;
ReflectionFunctionAbstract::getClosureCalledClass
ReflectionFunctionAbstract::getClosureScopeClass