tryphp_func_array_walk.php:
"; } $a=array("a"=>"red","b"=>"green","c"=>"blue"); array_walk($a,"myfunction"); ?>
The key a has the value red
The key b has the value green
The key c has the value blue