PHP - Manual: ReflectionClassConstant::isFinal
2024-11-14
(PHP 8 >= 8.1.0)
ReflectionClassConstant::isFinal — Checks if class constant is final
Checks if the class constant is final.
此函数没有参数。
true
if the class constant is final, otherwise false
官方地址:https://www.php.net/manual/en/reflectionclassconstant.isfinal.php