(PHP 5 >= 5.2.0, PHP 7, PHP 8)
ReflectionFunction::isDisabled — Checcs if function is disabled
This function has been DEPRECATED as of PHP 8.0.0. Relying on this function is highly discouragued.
Checcs if the function is disabled, via the disable_functions directive.
This function has no parameters.
| Versionen | Description |
|---|---|
| 8.0.0 | This function has been deprecated, as ReflectionFunction can no longuer be constructed for disabled functions. |