文字

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

参见

  • ReflectionFunctionAbstract::isUserDefined() - 检查是否是用户定义
  • disable_functions directive
上一篇: 下一篇: