tryphp_func_array_map4.php:
"horse", "Type" => "mammal"); print_r(array_map("myfunction",$a)); ?>
Array ( [Animal] => HORSE [Type] => MAMMAL )