PHP Code: 
foreach($items as $item) {
print_r($item); //print array

echo $item['id']; //echo id
echo $item['name']; //echo name