LoginSignup
6
3

More than 5 years have passed since last update.

【PHP】exec()で日本語交じりのコマンドを実行するときの話

Posted at

サーバによっては"export LANG=ja_JP.UTF-8;"が必要。メモ。

exec("export LANG=ja_JP.UTF-8;" .$command,$output);

...2時間もロスした... orz

6
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
3