GoLang ReflectionFunction::isDisabled

request it (220)
GoLang replacement for PHP's ReflectionFunction::isDisabled [edit | history]



Do you know a GoLang replacement for PHP's ReflectionFunction::isDisabled? Write it!

PHP ReflectionFunction::isDisabled

PHP original manual for ReflectionFunction::isDisabled [ show | php.net ]

ReflectionFunction::isDisabled

(PHP 5 >= 5.2.0, 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