Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我刚刚在我的“C:\WAMP”服务器中搜索了 PHP.ini 文件,天哪!有这么多 PHP.ini 文件!
您如何知道网页正在使用哪些 ini 文件?
感谢您的任何回复
你可以在 phpinfo() 输出中找到它
创建文件 info.php
<?php phpinfo();
并从网络服务器调用它