ReflectionFunctionAbstract
PHP Manual

ReflectionFunctionAbstract::getStaticVariables

(PHP 5)

ReflectionFunctionAbstract::getStaticVariablesGets static variables

Descrizione

public array ReflectionFunctionAbstract::getStaticVariables ( void )

Get the static variables.

Avviso

Questa funzione, al momento non è documentata; è disponibile soltanto la lista degli argomenti.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

An array of static variables.

Vedere anche:


ReflectionFunctionAbstract
PHP Manual