ReflectionFunction::isDisabledChecks if function is disabled
&warn.deprecated.function-8-0-0;
&reftitle.description;
#[\Deprecated]publicboolReflectionFunction::isDisabled
Checks if the function is disabled, via the
disable_functions
directive.
&reftitle.parameters;
&no.function.parameters;
&reftitle.returnvalues;
&true; if it's disabled, otherwise &false;
&reftitle.changelog;
&Version;&Description;8.0.0
This function has been deprecated, as ReflectionFunction
can no longer be constructed for disabled functions.
&reftitle.seealso;
ReflectionFunctionAbstract::isUserDefineddisable_functions directive