Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

ReflectionClass::getConstant

(PHP 5, PHP 7)

ReflectionClass::getConstantGets defined constant

Description

public mixed ReflectionClass::getConstant ( string $name )

Gets the defined constant.

Warning

This function is currently not documented; only its argument list is available.

Parameters

name

Name of the constant.

Return Values

Value of the constant.

See Also