(PHP 5, PHP 7, PHP 8)
ReflectionMethod::isAbstract — 检查方法是否为抽象方法
检查方法是否为抽象方法。
此函数没有参数。
true 如果方法是抽象的,否则为 false
true
false