Reflection
PHP Manual

ReflectionExtension Sınıfı

(PHP 5)

Giriş

ReflectionExtension sınıfı, bir eklenti hakkında bilgi edinilmesini sağlar.

Sınıf Sözdizimi

ReflectionExtension implements Reflector {
/* Özellikler */
public $name ;
/* Yöntemler */
final private void __clone ( void )
__construct ( string $isim )
public static string export ( string $isim [, string $ihracet = 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 string info ( void )
public void isPersistent ( void )
public void isTemporary ( void )
public string __toString ( void )
}

Özellikler

name

İsim.

İçindekiler


Reflection
PHP Manual