PHP Portal » PHP Handbuch » ReflectionClass::getConstants

Werbung

ReflectionClass::getConstants


(PHP 5)

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.

Siehe auch