tryphp_func_array_keys.php:
"XC90","BMW"=>"X5","Toyota"=>"Highlander"); print_r(array_keys($a)); ?>
Array ( [0] => Volvo [1] => BMW [2] => Toyota )