(PHP 5, PHP 7)
Checks if function is disabled
public bool ReflectionFunction::isDisabled ( void )
Checks if the function is disabled, via the disable_functions directive.
Returns:
TRUE
if it's disable, otherwise FALSE
See also:
Please login to continue.