ReflectionMethod
PHP Manual

ReflectionMethod::isAbstract

(PHP 5)

ReflectionMethod::isAbstractChecks if method is abstract

说明

public bool ReflectionMethod::isAbstract ( void )

Checks if the method is abstract.

参数

此函数没有参数。

返回值

TRUE if the method is abstract, otherwise FALSE

参见


ReflectionMethod
PHP Manual