function strToUTF($strText){//将GBK字符串转为UTF-8格式方法 return @iconv('GB18030','UTF-8',$strText); }
PHP GBK转utf-8
最新推荐文章于 2021-11-30 10:27:28 发布
function strToUTF($strText){//将GBK字符串转为UTF-8格式方法 return @iconv('GB18030','UTF-8',$strText); }