(PHP 7 >= 7.1.0, PHP 8)
ReflectionClass::getReflectionConstant — 获取类的常量的 ReflectionClassConstant
$name
获取类的常量的 ReflectionClassConstant。
name
类常量名称。
一个 ReflectionClassConstant,或在失败时返回 false。
false