PHP 8.3.4 Released!

ReflectionFunction::isDisabled

(PHP 5 >= 5.2.0, PHP 7, PHP 8)

ReflectionFunction::isDisabledChecks if function is disabled

Warnung

Diese Funktion ist seit PHP 8.0.0 als DEPRECATED (veraltet) markiert. Von der Verwendung dieser Funktion wird dringend abgeraten.

Beschreibung

public ReflectionFunction::isDisabled(): bool

Checks if the function is disabled, via the disable_functions directive.

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

true if it's disable, otherwise false

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top