将其他类型字符串转为utf-8 解决 json_decode 乱码问题 true是输出数组

        $itemArr = json_decode(iconv('gbk', 'utf-8', $result1[8]), true);
        echo "<pre>";
        print_r($itemArr);
        echo "</pre>";
原文地址:https://www.cnblogs.com/shaoing/p/9263251.html