<br> 怎么样可以把 phpinfo()屏蔽掉? <BR><BR>路径:C:winntphp.ini(NT和2000)C:windows(95,98) <BR>在 php.ini 配置文件里面有这个选项 <BR>disable_functions = ; This directive allows you to disable certain <BR>; functions for security reasons. It receives <BR>; a comma separated list of function names. <BR>; This directive is *NOT* affected by whether <BR>; Safe Mode is turned on or off. <BR>改成 <BR>disble_function = phpinfo <br><br>