ReflectionMethod::isStatic

(PHP 5, PHP 7)

ReflectionMethod::isStaticChecks if method is static

Descrição

public ReflectionMethod::isStatic ( ) : bool

Checks if the method is static.

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

true if the method is static, otherwise false

Veja Também