file_get_contents php and json_decode error

前端 未结 2 715
庸人自扰
庸人自扰 2021-01-22 08:29

I am facing a weird problem with file_get_contents and decoding to json the result. I have to tell you that this code was fully functional in other server.

2条回答
  •  迷失自我
    2021-01-22 09:22

    Try to give JSON URL in the http://jsonlint.com/ and than copy the response and paste it in a file with BOM disabled you will notice that there is a strange small line in the beginning before the opening { bracket which is causing the issues

提交回复
热议问题