ReflectionFunction::isDisabled
(PHP 5 >= 5.2.0, PHP 7, PHP 8)
Checks if function is disabled
Function-8-0-0
Description
ReflectionFunction::isDisabled(): bool
Checks if the function is disabled, via the disable_functions directive.
Parameters Parameters
Return Values
true if it's disabled, otherwise false
Changelog
| Version | Description |
|---|---|
| 8.0.0 | This function has been deprecated, as ReflectionFunction can no longer be constructed for disabled functions. |
See Also
ReflectionFunctionAbstract::isUserDefined- disable_functions directive