php去除bom頭

//去掉bom頭
$result = trim($result, "\xEF\xBB\xBF");
print_r(json_decode($result, true));
相關文章
相關標籤/搜索