ReflectionMethod
PHP Manual

ReflectionMethod::isStatic

(PHP 5)

ReflectionMethod::isStaticChecks if method is static

Descripción

public bool ReflectionMethod::isStatic ( void )

Checks if the method is static.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

TRUE if the method is static, otherwise FALSE

Ver también


ReflectionMethod
PHP Manual