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