ReflectionMethod::getClosure
ReflectionMethod::getClosure
(PHP >= 5.4.0)
ReflectionMethod :: getClosure - 为方法返回一个动态创建的闭包
描述
public Closure ReflectionMethod::getClosure ( object $object )
警告
此功能目前没有记录; 只有它的参数列表可用。
参数
object
禁止使用其他方法所需的静态方法。
返回值
返回闭包。在发生错误时返回NULL
。
← ReflectionMethod::export
ReflectionMethod::getDeclaringClass →