【PHP】システムが用いる一時ファイル保存先ディレクトリを取得する。

めも。

$tmpDir = sys_get_temp_dir();

var_dump($tmpDir);

↓

string(4) "/tmp"