(PHP 5, PHP 7, PHP 8)
ReflectionMethod::isFinal — 判断方法是否定义 final
判断方法是否定义 final。
此函数没有参数。
如果是 final 返回 true,否则返回 false
true
false