Dutch PHP Conference 2025 - Call For Papers

ReflectionFunction::isDisabled

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

ReflectionFunction::isDisabledChecks if function is disabled

Увага

Ця функція ЗАСТАРІЛА, починаючи з PHP 8.0.0. Вкрай не рекомендується на неї покладатися.

Опис

public ReflectionFunction::isDisabled(): bool

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

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

true if it's disable, otherwise false

Прогляньте також

add a note

User Contributed Notes

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