如何解决php imagettftext 乱码问题-PHP问题

资源魔 43 0

php imagettftext乱码的处理方法:起首经过“mb_convert_encoding”函数进行转码;而后经过语句“mb_convert_encoding($str, "UTF-8", "GB2312");”输入便可。

保举:《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教程 imagettftext() php故障解决 php使用问题

抱歉,评论功能暂时关闭!