Accessing JSON array after json_decode/multidimensional array

前端 未结 3 563
长情又很酷
长情又很酷 2020-11-30 15:18

I\'m pulling in a search from the Twitter api, fetching the data with file_get_contents and then passing to json_decode which give me this array structure.

{         


        
3条回答
  •  醉梦人生
    2020-11-30 16:04

    Just do a print_r($jsonArr); and you will be able to work with your decoded json.

提交回复
热议问题