json foreach sorun

0 Cevap php
{
   "data": [
      {
         "caption": "www.bollywoodtune.com",
         "type": "link",
         "created_time": "2011-01-17T07:23:02+0000",
         "updated_time": "2011-01-17T07:23:02+0000"
      },
...
 ]
}

here is the json form, how to make a foreach? When I use

foreach ($data[0] as $result) {
...
}

o Fatal error: Cannot use object of type stdClass as array in line foreach ($data[0] as $result) Teşekkürler göstermektedir.

0 Cevap