ReflectionFunction
PHP Manual

ReflectionFunction::isDisabled

(PHP 5)

ReflectionFunction::isDisabledChecks if function is disabled

Описание

public bool ReflectionFunction::isDisabled ( void )

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

Параметри

Тази функция няма параметри.

Връщани стойности

TRUE if it's disable, otherwise FALSE

Вж. също


ReflectionFunction
PHP Manual