suche nach in der

ReflectionClass::getConstructor> <ReflectionClass::getConstant
Last updated: Fri, 25 May 2012

view this page in

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. Constant name in key, constant value in value.

Siehe auch



add a note add a note User Contributed Notes
ReflectionClass::getConstants
There are no user contributed notes for this page.