ReflectionClass
PHP Manual

ReflectionClass::getConstant

(PHP 5)

ReflectionClass::getConstantGets defined constant

Descrierea

public mixed ReflectionClass::getConstant ( string $name )

Gets the defined constant.

Avertizare

Această funcție nu este documentată în prezent; este disponibilă numai lista sa de argumente.

Parametri

name

Name of the constant.

Valorile întoarse

Value of the constant.

Vedeți de asemenea


ReflectionClass
PHP Manual