This option is available in the php.ini configuration file
Disable_functions =; This directive allows disable certain
; Functions for security reasons. It receives
; A comma separated list of function names.
; This directive was *not* affected by whether
; Safe Mode is turned on or off.
Written
Disble_function = Phpinfo
Http://www.bkjia.com/PHPjc/629806.htmlwww.bkjia.comtruehttp://www.bkjia.com/PHPjc/629806.htmlTechArticle in PHP.ini configuration file has this option disable_functions =; This directive allows your to disable certain; Functions for security reasons. It receives; A comma separated li ...
Related articles:
Why modified php.ini but phpinfo () did not change
Using Phpinfo to implement the PHP configuration statistics process
The difference between the local value (local variable) master value (primary variable) in Phpinfo