ReflectionClass::getConstants
(PHP 5, PHP 7)
ReflectionClass::getConstants — Gets constants
Description
public ReflectionClass::getConstants ( ) : array
Gets all defined constants from a class, regardless of their visibility.
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() - Gets defined constant
© 1997–2020 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/reflectionclass.getconstants.php