ReflectionFunction
PHP Manual

ReflectionFunction::isDisabled

(PHP 5)

ReflectionFunction::isDisabledChecks if function is disabled

Descrição

public bool ReflectionFunction::isDisabled ( void )

Checks if the function is disabled, via the disable_functions directive.

Parâmetros

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

Valor Retornado

TRUE if it's disable, otherwise FALSE

Veja Também


ReflectionFunction
PHP Manual