首頁 > 後端開發 > PHP問題 > 如何解決php imagettftext 亂碼問題

如何解決php imagettftext 亂碼問題

藏色散人
發布: 2023-03-06 17:02:01
原創
2595 人瀏覽過

php imagettftext亂碼的解決方法:先透過「mb_convert_encoding」函式進行轉碼;然後透過語句「mb_convert_encoding($str, "UTF-8", "GB2312");」輸出即可。

如何解決php imagettftext 亂碼問題

推薦:《PHP影片教學

php 使用ImageTTFText 中文出現亂碼:

#可以用

string mb_convert_encoding ( string $str, string $to_encoding [, mixed $from_encoding] )
登入後複製

來進行轉碼,再輸出

$str = mb_convert_encoding($str, "UTF-8", "GB2312");
登入後複製

確認一下檔案是不是utf-8的。

以上是如何解決php imagettftext 亂碼問題的詳細內容。更多資訊請關注PHP中文網其他相關文章!

相關標籤:
來源:php.cn
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板