while($element = each ($fruit)) { echo $element['key']; echo '-'; echo $element['value']; echo '
'; }