php.iniの状態
default_charset = "Shift_JIS"
test.php
<?php
mb_language("ja");
mb_internal_encoding("SJIS");
mb_http_input("SJIS");
mb_http_output("SJIS");
?>
Go to list of users who liked
More than 5 years have passed since last update.
php.iniの状態
default_charset = "Shift_JIS"
<?php
mb_language("ja");
mb_internal_encoding("SJIS");
mb_http_input("SJIS");
mb_http_output("SJIS");
?>
Register as a new user and use Qiita more conveniently
Go to list of users who liked