PHP - Manual: ReflectionMethod::isFinal
2024-11-14
(PHP 5, PHP 7, PHP 8)
ReflectionMethod::isFinal — 判断方法是否定义 final
判断方法是否定义 final
此函数没有参数。
如果是 final 返回 true,否则返回 false
true
false
官方地址:https://www.php.net/manual/en/reflectionmethod.isfinal.php