Following on this SO question regarding array brackets
I would like to know if it is possible / how to print the array index i.e. I would like to display the values which is in single quotes 'expensive', 'meduim' etc
$cars = array ('expensive' => $BMW,
'medium' => $Volvo,
'cheap' => $Lada);
array_keysto get keys of an array