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.
<?php echo(setlocale(LC_ALL, "en_US")); ?>
上記のコードは、CLIモードではen_USを出力しますが、同じサーバーにapache2を使用するWebモードではfalseを出力します。このメソッドがCLIモードでは正しく機能するが、Webモードでは機能しないのはなぜですか。