PHP ReflectionFunction::__construct 反射函数
-
定义和用法
ReflectionFunction::__construct - 构造一个ReflectionFunction对象 -
版本支持
PHP4 PHP5 PHP7 不支持 支持 支持 -
语法
ReflectionFunction::__construct() 构造一个ReflectionFunction对象。 -
参数
参数 必需的 描述 name 是 要反射或关闭的函数的名称。 -
返回值
没有返回值。 -
示例
-
相关页面
ReflectionMethod::__construct() - ReflectionMethod 的构造函数