ReflectionClassConstant::getModifiers

(PHP 7 >= 7.1.0, PHP 8)

ReflectionClassConstant::getModifiers获取类常量的修饰符

描述

public ReflectionClassConstant::getModifiers(): int

返回此类常量的访问修饰符的位域。

参数

此函数没有参数。

返回值

修饰符的数字表示。这些修饰符的实际含义在 预定义常量 中描述。

参见

添加备注

用户贡献的注释

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