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