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