(PHP 5 >= 5.1.0, PHP 7)
Checks if constant is defined
public bool ReflectionClass::hasConstant ( string $name )
Checks whether the class has a specific constant defined or not.
Parameters:
name
The name of the constant being checked for.
Returns:
TRUE if the constant is defined, otherwise FALSE.