ReflectionClass
PHP Manual

ReflectionClass::getConstant

(PHP 5)

ReflectionClass::getConstantGets defined constant

Descrizione

public mixed ReflectionClass::getConstant ( string $name )

Gets the defined constant.

Avviso

Questa funzione, al momento non è documentata; è disponibile soltanto la lista degli argomenti.

Elenco dei parametri

name

Name of the constant.

Valori restituiti

Value of the constant.

Vedere anche:


ReflectionClass
PHP Manual