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 ファイルが Web ページで使用されているかをどのように知ることができますか?
返信ありがとうございます
phpinfo()の出力で見つけることができます
ファイルinfo.phpを作成します
<?php phpinfo();
Webサーバーから呼び出します