PHP ReflectionParameter::export 反射函数
-
定义和用法
ReflectionParameter::export - 导出 -
版本支持
PHP4 PHP5 PHP7 不支持 支持 支持 -
语法
ReflectionParameter::export( string $function , string $parameter [, bool $return ] )
ReflectionParameter::export() 导出。 -
参数
参数 必需的 描述 function 是 反射参数的函数。 parameter 是 参数 return 否 设为 TRUE 时返回导出结果,设为 FALSE(默认值)则忽略返回。 -
返回值
导出的反射 -
相关页面
ReflectionFunction::export() - ReflectionFunction 构造函数ReflectionMethod::export() - ReflectionMethod 的构造函数