- PHP 手册
- 函数参考
- 变量与类型相关扩展
- 反射
- ReflectionClassConstant
ReflectionClassConstant::isPrivate
(PHP 7 >= 7.1.0, PHP 8)
ReflectionClassConstant::isPrivate — Checks if class constant is private
说明
public ReflectionClassConstant::isPrivate(): boolChecks if the class constant is private.
参数
此函数没有参数。
返回值
true
if the class constant is private, otherwise false
参见
- ReflectionClassConstant::isFinal() - Checks if class constant is final
- ReflectionClassConstant::isPublic() - Checks if class constant is public
- ReflectionClassConstant::isProtected() - Checks if class constant is protected
User Contributed Notes
There are no user contributed notes for this page.官方地址:https://www.php.net/manual/en/reflectionclassconstant.isprivate.php