/ Published in: PHP
URL: http://stackoverflow.com/questions/4085623/array-map-for-multidimensional-arrays
Using array_map() on multidimensional arrays
Expand |
Embed | Plain Text
); function myFunc(&$item, $key) { } array_walk_recursive($array,'myFunc');
You need to login to post a comment.
