/ Published in: PHP
Expand |
Embed | Plain Text
<?php /* 内部文字エンコーディングからSJISに変換 */ /* EUC-JPからUTF-7に変換 */ /* JIS, eucjp-win, sjis-winの順番で自動検出し、UCS-2LEに変換 */ /* "auto" は、"ASCII,JIS,UTF-8,EUC-JP,SJIS" に展開される */ ?>
Comments
Subscribe to comments
You need to login to post a comment.

mbconvertencoding($file, "EUC-JP", "SJIS, UTF-8, JIS, ASCII");