首页   PHP编程   PHP产品   PHP源码   Zend框架   Ajax脚本   PHP类库   资源下载   技术论坛  
搜索:
高级搜索 收藏本站 |网站地图 |RSS订阅

怎么样可以把 phpinfo()屏蔽掉?

By none
概要: Q:怎么样可以把 phpinfo()屏蔽掉? A:路径:C:winntphp.ini(NT和2000)C:windows(95,98) 在 php.ini 配置文件里面有这个选项 disable_functions = ; This directive allows you to disable certain ; functions for security reasons. It receives ; a comma separated
来源:network [收藏] [推荐]
Q:怎么样可以把 phpinfo()屏蔽掉?

A:路径:C:winntphp.ini(NT和2000)C:windows(95,98)
在 php.ini 配置文件里面有这个选项
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_functions = phpinfo

[阅读: 次]
上一篇:php中rename()函数的妙用   下一篇:PHP中的日期处理
热点文章
·如何使用PHP中的字符串函数
·PHP的面向对象编程
·介绍几个array库的新函数
·繁体中文转换为简体中文的PHP函
·能把汉字转化为拼音的一个函数
·PHP读取某站点的链接的函数
·PHP4 的新函数介绍 - 输出信息控
·使用"函数递归"实现基于php和MyS
·用PHP控制您的浏览器cache
·PHP中的日期处理
·php中rename()函数的妙用
·PHP中如何使用header发送头部信
相关文章
·php中rename()函数的妙用
·PHP中的日期处理
·PHP中如何使用header发送头部信
·用PHP控制您的浏览器cache
·一个全面获取图象信息的函数getI
·使用"函数递归"实现基于php和MyS
·如何使用PHP中的字符串函数
·PHP4 的新函数介绍 - 输出信息控
·PHP读取某站点的链接的函数
·能把汉字转化为拼音的一个函数
·繁体中文转换为简体中文的PHP函
·介绍几个array库的新函数