ReflectionZendExtension (class)
The ReflectionZendExtension class
介绍
(PHP >= 5.4.0)
课程简介
ReflectionZendExtension
实现反射器{
/ *属性* /
public $ name;
/* 方法 */
final private void __clone ( void )
public __construct ( string $name )
public static string export ( string $name [, string $return ] )
public string getAuthor ( void )
public string getCopyright ( void )
public string getName ( void )
public string getURL ( void )
public string getVersion ( void )
public string __toString ( void )
}
属性
名字
扩展名。只读,在尝试写入时抛出ReflectionException。
目录
- ReflectionZendExtension :: __ clone - 克隆处理程序
- ReflectionZendExtension :: __构造函数
- ReflectionZendExtension :: export - 导出
- ReflectionZendExtension :: getAuthor - 获取作者
- ReflectionZendExtension :: getCopyright - 获取版权
- ReflectionZendExtension :: getName - 获取名称
- ReflectionZendExtension :: getURL - 获取URL
- ReflectionZendExtension :: getVersion - 获取版本
- ReflectionZendExtension :: __ toString - 字符串处理程序
←ReflectionClassConstant :: __ toString
ReflectionZendExtension::__clone →