ReflectionFunction
PHP Manual

ReflectionFunction::isDisabled

(PHP 5)

ReflectionFunction::isDisabledChecks if function is disabled

Descripción

public bool ReflectionFunction::isDisabled ( void )

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

Parámetros

Esta función no tiene parámetros.

Valores devueltos

TRUE if it's disable, otherwise FALSE

Ver también


ReflectionFunction
PHP Manual