ReflectionClass::getConstants
(PHP 5)
ReflectionClass::getConstants — Gets constants
Beschreibung
public array ReflectionClass::getConstants
( void
)
Gets defined constants from a class.
Warnung
Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.
Parameter-Liste
Diese Funktion hat keine Parameter.
Rückgabewerte
An array of constants. Constant name in key, constant value in value.
ReflectionClass::getConstants
There are no user contributed notes for this page.