(PHP 5 >= 5.4.0, PHP 7)
ReflectionMethod::getClosure — 返回一个动态建立的方法调用接口,译者注:可以使用这个返回值直接调用非公开方法。
public ReflectionMethod::getClosure ( object $object ) : Closure
$object
Warning 本函数还未编写文档,仅有参数列表。
object
返回 Closure 如果产生任何错误返回 null
null