<?php $arr = array('fruit' => 'mango', 'vegetable' => 'tomato', 'thing' => 'bag'); echo $arr[1] //OUTPUT //mango ?>