ReflectionFunction
PHP Manual

ReflectionFunction::isDisabled

(PHP 5)

ReflectionFunction::isDisabledChecks if function is disabled

Descrizione

public bool ReflectionFunction::isDisabled ( void )

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

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

TRUE if it's disable, otherwise FALSE

Vedere anche:


ReflectionFunction
PHP Manual