PHP Velho Oeste 2024

ReflectionFunction::isDisabled

(PHP 5, PHP 7)

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