Hack
HHVM
报告 bug 或提出建议。
搜索文档
Documentation
Hack
Reference
Class
ReflectionFunction
getClosureThis
ReflectionFunction::getClosureThis
Returns this pointer bound to closure
public function getClosureThis(): mixed;
Returns
object|NULL
- Returns $this pointer. Returns NULL in case of an error.