(PHP 5, PHP 7)
Checks if method is static
public bool ReflectionMethod::isStatic ( void )
Checks if the method is static.
Returns:
TRUE
if the method is static, otherwise FALSE
See also:
Please login to continue.