リフレクション
PHP Manual

ReflectionZendExtension クラス

(PHP >= 5.4.0)

導入

クラス概要

ReflectionZendExtension implements Reflector {
/* プロパティ */
public $name ;
/* メソッド */
final private void __clone ( void )
__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 をスローします。

目次


リフレクション
PHP Manual