だから私はjson_decodeから配列データをエコーしようとしています、私はいくつかの方法を試しましたが、何もうまくいかないようです.これを正しく行う方法は?
私のコードは次のとおりです。
<?php
$jsonstring = file_get_contents('example.com/json'); //get the string
$decoded = json_decode($jsonstring, true); //decode the string
echo $decoded[roadDamage][0][place]; //echo array content
?>
エコー部分は単に機能しません。何もエコーしません...
デコードされた配列は次のようになります。roadDamage 配列と場所、時間の値に興味があります