(PHP 7 >= 7.1.0, PHP 8)
ReflectionClassConstant::isPublic — 检查类常量是否为 public
检查类常量是否为 public。
此函数没有参数。
如果类常量为 public,则返回 true,否则返回 false
true
false