ReflectionMethod::isStatic
(PHP 5)
ReflectionMethod::isStatic — Checks 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
There are no user contributed notes for this page.
