时间:2021-07-01 10:21:17 帮助过:4人阅读
disable_functions = ; This directive allows you to disable certain
; functions for security reasons. It receives
; a comma separated list of function names.
; This directive is *NOT* affected by whether
; Safe Mode is turned on or off.
写成
disble_function = phpinfo
相关文章:
为什么修改了php.ini但是phpinfo()却没变化
用PHPINFO来实现PHP的配置统计过程
phpinfo 中 Local Value(局部变量)Master Value(主变量) 的区别