反射
PHP 手册

ReflectionZendExtension 类

(PHP >= 5.4.0)

简介

类摘要

ReflectionZendExtension implements Reflector {
/* 属性 */
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 )
}

属性

name

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

Table of Contents


反射
PHP 手册