ReflectionFunction::isDisabled

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

ReflectionFunction::isDisabledChecks if function is disabled

警告

本函數(shù)已自 PHP 8.0.0 起被廢棄。強(qiáng)烈建議不要依賴本函數(shù)。

說明

public ReflectionFunction::isDisabled(): bool

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

參數(shù)

此函數(shù)沒有參數(shù)。

返回值

true if it's disable, otherwise false