ReflectionFunction::isDisabled

(PHP 5 >= 5.2.0, PHP 7)

ReflectionFunction::isDisabledChecks if function is disabled

Descrierea

public ReflectionFunction::isDisabled ( ) : bool

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

Parametri

Această funcție nu are parametri.

Valorile întoarse

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