ReflectionClass
PHP Manual

ReflectionClass::getStaticProperties

(PHP 5)

ReflectionClass::getStaticPropertiesGets static properties

Descrizione

public array ReflectionClass::getStaticProperties ( void )

Get the static properties.

Avviso

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

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

The static properties, as an array.

Vedere anche:


ReflectionClass
PHP Manual