如何在JSON PHP中有效地访问数据

时间:2017-04-02 07:01:30

标签: php arrays json

如何获取[t]下的数据?

JSON数据:

enter image description here

$array=  json_decode($json);
echo "<pre>";
print_r($array[something blah blah]);
echo "</pre>"

1 个答案:

答案 0 :(得分:0)

将json对象转换为数组,或将其作为对象访问:

$json->manga[0]->t;