NogDogDec 3, 2007Post #2 Monday, December 3, 2007 8:28 PM array_map() returns a new array with the changes from the callback function applied, while array_walk() applies the changes to the original array, and returns a true/false result.