ReflectionFunction::isDisabled
(PHP 5)
ReflectionFunction::isDisabled — Checks 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
There are no user contributed notes for this page.
