The value at index $index is $value"; } // Sample array $colors = array("red", "green", "blue", "orange"); array_walk($colors, "myFunction"); ?>