CakeFest 2024: The Official CakePHP Conference

ReflectionFunction::isDisabled

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

ReflectionFunction::isDisabled関数が無効になっているかどうかを調べる

警告

この関数は PHP 8.0.0 で 非推奨になります。この関数に頼らないことを強く推奨します。

説明

public ReflectionFunction::isDisabled(): bool

disable_functions ディレクティブで関数が無効になっているかどうかを調べます。

パラメータ

この関数にはパラメータはありません。

戻り値

無効になっている場合に true、それ以外の場合に false を返します。

参考

add a note

User Contributed Notes

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