PHP 7.0.6 Released

ReflectionFunction::isDisabled

(PHP 5, PHP 7)

ReflectionFunction::isDisabledChecks if function is disabled

Description

public bool ReflectionFunction::isDisabled ( void )

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

Parameters

This function has no parameters.

Return Values

TRUE if it's disable, otherwise FALSE

User Contributed Notes

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