Php/docs/class.reflectionzendextension
来自菜鸟教程
(PHP 5 >= 5.4.0, PHP 7)
简介
类摘要
ReflectionZendExtension implements Reflector {
public
$name
/* 方法 */
final private __clone ( ) : void
public __construct
( string $name
)
public static export
( string $name
[, bool $return
] ) : string
public getAuthor ( ) : string
public getCopyright ( ) : string
public getName ( ) : string
public getURL ( ) : string
public getVersion ( ) : string
public __toString ( ) : string
}
Table of Contents
- ReflectionZendExtension::__clone — Clone handler
- ReflectionZendExtension::__construct — Constructor
- ReflectionZendExtension::export — Export
- ReflectionZendExtension::getAuthor — Gets author
- ReflectionZendExtension::getCopyright — Gets copyright
- ReflectionZendExtension::getName — Gets name
- ReflectionZendExtension::getURL — Gets URL
- ReflectionZendExtension::getVersion — Gets version
- ReflectionZendExtension::__toString — To string handler
/* 属性 */