$key for $value"; } // Sample array $alphabets = array("a"=>"apple", "b"=>"ball", "c"=>"cat"); array_walk($alphabets, "myFunction"); ?>