ReflectionClass::getConstants

(PHP 5, PHP 7)

ReflectionClass::getConstantsGets constants

Beschreibung

public ReflectionClass::getConstants ( void ) : array

Gets all defined constants from a class, regardless of their visibility.

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

An array of constants, where the keys hold the name and the values the value of the constants.

Siehe auch