ReflectionClass
PHP Manual

ReflectionClass::getConstant

(PHP 5, PHP 7)

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.

A se vedea și


ReflectionClass
PHP Manual