我想从位置键中获取 ahmedabad,surat。我正在输出
$jsonResponse = Zend_JSON::decode(substr($response['body'], 9));
print_r($jsonResponse['result']);
//output :Array ( [0] => Array ( [location] => ahmedabad [id] => 18x49 ) [1] => Array ( [location] => Surat [id] => 18x42 ) )
我浏览了许多网站上的解决方案,但不知道如何做到这一点。请我感谢您的帮助。我希望我已经给出了重要的细节。