ReflectionFunctionAbstract::getClosureThis

(PHP 5 >= 5.4.0, PHP 7, PHP 8)

ReflectionFunctionAbstract::getClosureThis返回绑定到闭包的 this 指针

描述

public ReflectionFunctionAbstract::getClosureThis(): ?object

如果函数是非静态闭包,获取绑定到闭包内部 $this 的对象。

参数

此函数没有参数。

返回值

返回 $this 指针。在发生错误的情况下返回 null

添加注释

用户贡献的注释

此页面没有用户贡献的注释。
To Top