スキップしてメイン コンテンツに移動

PHPでheader()を使ってHTTPヘッダを送信する

忘れるのでメモっておく。

header("Content-type: text/html; charset=UTF-8");
header("Content-type: text/html; charset=Shift_JIS");
header("Content-type: text/html; charset=EUC-JP");

コメント