(PHP 5, PHP 7)
Gets constants
public array ReflectionClass::getConstants ( void )
Gets defined constants from a class.
Returns:
An array of constants. Constant name in key, constant value in value.
This function is currently not documented; only its argument list is available.
See also:
Please login to continue.