ReflectionZendExtension 类

(PHP 5 >= 5.4.0, PHP 7)

简介

类摘要

ReflectionZendExtension implements Reflector {
/* 属性 */
public $name ;
/* 方法 */
final private __clone ( void ) : void
public __construct ( string $name )
public static export ( string $name [, bool $return ] ) : string
public getAuthor ( void ) : string
public getCopyright ( void ) : string
public getName ( void ) : string
public getURL ( void ) : string
public getVersion ( void ) : string
public __toString ( void ) : string
}

属性

name

扩展的名称。只读,并在尝试赋值的时候抛出 ReflectionException

Table of Contents