推荐于2018-05-14 · 知道合伙人教育行家
关注
展开全部
操作步骤:
1、打开php.ini文件;
2、把代码:disble_functions = phpinfo改写为: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;
3、重启apache就能实现启用phpinfo()函数了。
1、打开php.ini文件;
2、把代码:disble_functions = phpinfo改写为: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;
3、重启apache就能实现启用phpinfo()函数了。
展开全部
这个函数不需要启动啊!php的函数是不需要启动的!只有你在添加一些扩展的时候,才把该项的扩展信息启动
追问
如何在PHP。INI中将改扩张启动?
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
这个只需要在php文件里面写上
<?php
phpinfo();
?>
这样就可以了吧
更多追问追答
追问
php.ini 是mysql数据库配置文件。 不是PHP
追答
谁跟你说的啊,php.ini是php的配置文件昂的死蛋?
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
不需要启动啊。。。除非你在php.ini中禁用了这个函数
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询