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