PHP ReflectionFunction::__toString 反射函数
-
定义和用法
ReflectionFunction::__toString - 转为字符串 -
版本支持
PHP4 PHP5 PHP7 不支持 支持 支持 -
语法
ReflectionFunction::__toString( void )
ReflectionFunction::__toString() 转为字符串。 -
参数
参数 必需的 描述 无 -
返回值
返回该函数的类 ReflectionFunction::export() 输出。/div> -
示例
尝试一下function title($title, $name) { return sprintf("%s. %s\r\n", $title, $name); } echo new ReflectionFunction('title');
-
相关页面
ReflectionFunction::export() - 导出函数