(PHP 5, PHP 7)
ReflectionClass::getConstants — Gets constants
Gets all defined constants from a class, regardless of their visibility.
Diese Funktion besitzt keine Parameter.
An array of constants, where the keys hold the name and the values the value of the constants.