ReflectionMethod
PHP Manual

ReflectionMethod::isStatic

(PHP 5)

ReflectionMethod::isStaticChecks if method is static

说明

public bool ReflectionMethod::isStatic ( void )

Checks if the method is static.

参数

此函数没有参数。

返回值

TRUE if the method is static, otherwise FALSE

参见


ReflectionMethod
PHP Manual