(PHP 5, PHP 7)
Gets defined constant
public mixed ReflectionClass::getConstant ( string $name )
Gets the defined constant.
Parameters:
name
Name of the constant.
Returns:
Value of the constant.
This function is currently not documented; only its argument list is available.
See also:
Please login to continue.