ReflectionFunction::isDisabled
(PHP 5 >= 5.2.0, PHP 7)
ReflectionFunction::isDisabled — Checks if function is disabled
说明
public ReflectionFunction::isDisabled
( void
) : bool
Checks if the function is disabled, via the disable_functions directive.
参数
此函数没有参数。
返回值
TRUE
if it's disable, otherwise FALSE