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