ReflectionClassConstant::isProtected

(PHP 7 >= 7.1.0, PHP 8)

ReflectionClassConstant::isProtected检查类常量是否受保护

描述

public ReflectionClassConstant::isProtected(): bool

检查类常量是否受保护。

参数

此函数没有参数。

返回值

true 如果类常量是受保护的,否则为 false

参见

添加注释

用户贡献的注释

此页面没有用户贡献的注释。
To Top