ReflectionFunction::isDisabled

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

ReflectionFunction::isDisabledChecks if function is disabled

Avviso

This function has been DEPRECATED as of PHP 8.0.0. Relying on this function is highly discouraged.

Descrizione

#[\Deprecated]
public ReflectionFunction::isDisabled(): bool

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

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

true if it's disabled, otherwise false

Log delle modifiche

Versione Descrizione
8.0.0 This function has been deprecated, as ReflectionFunction can no longer be constructed for disabled functions.
add a note

User Contributed Notes

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