PHP: Hypertext Preprocessor (original) (raw)
ReflectionClass::getReflectionConstant
(PHP 7 >= 7.1.0, PHP 8)
ReflectionClass::getReflectionConstant — Gets a ReflectionClassConstant for a class's constant
Description
Parameters
name
The class constant name.
See Also
- ReflectionClass::getReflectionConstants() - Gets class constants
- ReflectionClassConstant