ReflectionMethod
PHP Manual

ReflectionMethod::isStatic

(PHP 5)

ReflectionMethod::isStaticChecks if method is static

Descrizione

public bool ReflectionMethod::isStatic ( void )

Checks if the method is static.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

TRUE if the method is static, otherwise FALSE

Vedere anche:


ReflectionMethod
PHP Manual