ReflectionFunction
PHP Manual

ReflectionFunction::isDisabled

(PHP 5, PHP 7)

ReflectionFunction::isDisabledChecks if function is disabled

Beschreibung

public bool ReflectionFunction::isDisabled ( void )

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

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

TRUE if it's disable, otherwise FALSE

Siehe auch


ReflectionFunction
PHP Manual