ReflectionClass
PHP Manual

ReflectionClass::getConstant

(PHP 5)

ReflectionClass::getConstantGets defined constant

Descrição

public mixed ReflectionClass::getConstant ( string $name )

Gets the defined constant.

Aviso

Esta função não está documentada; somente a lista de argumentos está disponível.

Parâmetros

name

Name of the constant.

Valor Retornado

Value of the constant.

Veja Também


ReflectionClass
PHP Manual