Are there any advantages to using box functions, such as array_map, rather than writing your own loop (when you know that the box function cannot be written in any other way than your own function?
(why? sometimes it is more readable when the function callbackis customizable)
yossi source
share