Php/docs/reflectionfunction.isdisabled

来自菜鸟教程
跳转至:导航、​搜索

ReflectionFunction::isDisabled

(PHP 5 >= 5.2.0, PHP 7)

ReflectionFunction::isDisabledChecks if function is disabled


说明

public ReflectionFunction::isDisabled ( ) : bool

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


参数

此函数没有参数。


返回值

true if it's disable, otherwise false