array_walk « Data Structure « PHP






1.Applying Functions to Array Elements Using array_walk()
2.Apply a user function to every member of an array.
3.array_walk() function applies a function to several or all elements in an array.