リフレクション
PHP Manual

ReflectionExtension クラス

(PHP 5)

導入

ReflectionExtension クラスは 拡張モジュールについての情報を報告します。

クラス概要

ReflectionExtension implements Reflector {
/* プロパティ */
public $name ;
/* メソッド */
final private void __clone ( void )
__construct ( string $name )
public static string export ( string $name [, string $return = false ] )
public array getClasses ( void )
public array getClassNames ( void )
public array getConstants ( void )
public array getDependencies ( void )
public array getFunctions ( void )
public array getINIEntries ( void )
public string getName ( void )
public string getVersion ( void )
public void info ( void )
public void isPersistent ( void )
public void isTemporary ( void )
public string __toString ( void )
}

プロパティ

name

拡張モジュールの名前。 ReflectionExtension::getName() メソッドをコールするのと同じ。

目次


リフレクション
PHP Manual