Warning: mb_convert_encoding(): Unable to detect character encoding

エラーメッセージWarning

警告メッセージ

 状態:-  閲覧数:2,514  投稿日:2017-03-09  更新日:2017-03-09  
Warning: mb_convert_encoding(): Unable to detect character encoding


原因


第3引数で"auto"指定しているため
・変換前の文字エンコーディング


遭遇例


修正前
echo mb_convert_encoding($e->innertext . '<br>', 'UTF-8', 'AUTO');

修正後
echo mb_convert_encoding($e->innertext . '<br>', 'UTF-8', 'SJIS');



mb_convert_encodingのautoが危険な理由


Warning: session_write_close(): Failed to write session data (user)

Warning: PDO::query(): LOAD DATA LOCAL INFILE forbidden

コメント投稿(ログインが必要)



週間人気ページランキング / 11-8 → 11-14
順位 ページタイトル抜粋 アクセス数
1 PHPで定数を定義する方法は2種類ある / 配列定数の定義 4
2 PHPにおけるメソッドのオーバーライドについて /「引数の数や型は、親クラスのメソッドと完全に一致していなければなりません。」とは具体的にどういう意味ですか? 3
2 PHP用語 3
2 T_CONSTANT_ENCAPSED_STRING | エラーメッセージ 3
2 curl で Cookie を使用する 3
3 ( ! ) Fatal error: Uncaught Abraham\TwitterOAuth\TwitterOAuthException: 現在この機能は一時的にご利用いただけません | Fatal error(エラーメッセージ) 2
3 register_shutdown_function | 関数処理 関数 2
3 セッション 2
3 SessionHandler::gc | セッション 2
3 セッション名 | セッション 2
3 http_build_queryとは? / 構文 /パラメータ 2
3 Fatal error: Uncaught Error: Call to a member function modify() on string | Fatal error(エラーメッセージ) 2
3 結合時の評価と優先順位 | 演算子 2
4 セッション単位 | セッション 1
4 エラー設定(エラーメッセージ) カテゴリー 1
4 エスケープ | セキュリティ 1
4 ob紛らわしい関数()一覧 | 出力バッファリング制御(関数) 1
4 Warning: include() [function.include]: Failed opening '**.php' for inclusion (in | Warning(エラーメッセージ) 1
4 ( ! ) Warning: Declaration of xxxx should be compatible with | エラーメッセージ 1
4 __setメソッド | マジックメソッド(クラスとオブジェクト) 1
2025/11/15 1:01 更新