关于php读取中文乱码问题

关于php读取中文乱码问题

可以对读取的编码进行编码转换

$data = iconv("UTF-8","GB2312//IGNORE",$data)  

原文地址:https://www.cnblogs.com/derrck/p/1597374.html