tryphp_func_array_reverse.php:
"Volvo","b"=>"BMW","c"=>"Toyota"); print_r(array_reverse($a)); ?>
Array ( [c] => Toyota [b] => BMW [a] => Volvo )