ReflectionZendExtension 类

(PHP 5 >= 5.4.0, PHP 7, PHP 8)

简介

类摘要

ReflectionZendExtension implements Reflector {
/* 属性 */
public $name ;
/* 方法 */
final private __clone ( ) : void
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
}

属性

name

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

目录