ReflectionMethod::isAbstract
ReflectionMethod::isAbstract
(PHP 5, PHP 7)
ReflectionMethod :: isAbstract - 检查方法是否抽象
描述
public bool ReflectionMethod::isAbstract ( void )
检查方法是否抽象。
参数
该功能没有参数。
返回值
如果方法是抽象的返回TRUE
,否则返回 FALSE
← ReflectionMethod::invokeArgs
ReflectionMethod::isConstructor →