Reflexão
PHP Manual

Classe ReflectionExtension

(PHP 5, PHP 7)

Introdução

A classe ReflectionExtension reporta informações sobre uma extensão.

Sinopse da classe

ReflectionExtension implements Reflector {
/* Propriedades */
public $name ;
/* Métodos */
final private void __clone ( void )
public __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 )
}

Propriedades

name

Nome da extensão, o mesmo que chamar o método ReflectionExtension::getName()

Índice


Reflexão
PHP Manual