(PHP 5 >= 5.2.0, PHP 7, PHP 8)
ReflectionFunction::isDisabled — Checks if function is disabled
Diese Funktion ist seit PHP 8.0.0 als DEPRECATED (veraltet) markiert. Von der Verwendung dieser Funktion wird dringend abgeraten.
since: '8.0',message: "as ReflectionFunction can no longer be constructed for disabled functions",Checks if the function is disabled, via the disable_functions directive.
Diese Funktion besitzt keine Parameter.
| Version | Beschreibung |
|---|---|
| 8.0.0 | This function has been deprecated, as ReflectionFunction can no longer be constructed for disabled functions. |