ReflectionClassConstant::isFinal

(PHP 8 >= 8.1.0)

ReflectionClassConstant::isFinal检查类常量是否为 final

描述

public ReflectionClassConstant::isFinal(): bool

检查类常量是否为 final。

参数

此函数没有参数。

返回值

true 如果类常量为 final,否则 false

参见

添加注释

用户贡献的注释

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