ReflectionClass
PHP Manual

ReflectionClass::getConstants

(PHP 5, PHP 7)

ReflectionClass::getConstantsGets 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.

Siehe auch


ReflectionClass
PHP Manual