php去除bom头

//去掉bom头
$result = trim($result, "\xEF\xBB\xBF");
print_r(json_decode($result, true));

 

posted @ 2017-11-21 16:29  雨落知音  阅读(195)  评论(0编辑  收藏  举报