ReflectionFunction::isDisabled

(PHP 5)

ReflectionFunction::isDisabledChecks if function is disabled

Beskrivelse

public bool ReflectionFunction::isDisabled ( void )

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

Parametre

This function has no parameters.

Returnerings Værdier

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