ReflectionClass::getConstants
Gets constants
Description
public array ReflectionClass::getConstants
( void
)
Parameters
This function has no parameters.
Return Values
An array of constants, where the keys hold the name
and the values the value of the constants.
See Also
- ReflectionClass::getConstant