ReflectionFunction::isDisabled

(PHP 5)

ReflectionFunction::isDisabledChecks if function is disabled

說明

public bool ReflectionFunction::isDisabled ( void )

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

參數

此函式沒有參數。

回傳值

TRUE if it's disable, otherwise FALSE

add a note add a note

User Contributed Notes

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