ReflectionClass
PHP Manual

ReflectionClass::getConstant

(PHP 5)

ReflectionClass::getConstantGets defined constant

Opis

public mixed ReflectionClass::getConstant ( string $name )

Gets the defined constant.

Ostrzeżenie

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

Parametry

name

Name of the constant.

Zwracane wartości

Value of the constant.

Zobacz też:


ReflectionClass
PHP Manual