ReflectionClass
PHP Manual

ReflectionClass::getConstants

(PHP 5)

ReflectionClass::getConstantsGets constants

Opis

public array ReflectionClass::getConstants ( void )

Gets defined constants from a class.

Ostrzeżenie

Ta funkcja jest obecnie nieudokumentowana, dostępna jest jedynie lista jej argumentów.

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

An array of constants. Constant name in key, constant value in value.

Zobacz też:


ReflectionClass
PHP Manual