(PHP 7 >= 7.1.0, PHP 8)
ReflectionClass::getReflectionConstant — Gets a ReflectionClassConstant for a class's constant
public ReflectionClass::getReflectionConstant(string $name): ReflectionClassConstant|false
Gets a ReflectionClassConstant for a class's constant.
nameThe class constant name.
A ReflectionClassConstant, or false on failure.
© 1997–2025 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/reflectionclass.getreflectionconstant.php