CakeFest 2024: The Official CakePHP Conference

ReflectionFunction::isDisabled

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

ReflectionFunction::isDisabledChecks if function is disabled

Aviso

Esta função tornou-se DEFASADA a partir do PHP 8.0.0. O uso desta função é fortemente desencorajado.

Descrição

public ReflectionFunction::isDisabled(): bool

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

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

true if it's disable, otherwise false

add a note

User Contributed Notes

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