In PHP you can use array_map() and the other array related methods like array_filter() with either a named function or an anonymous function. I didn't see any examples in the PHP docs about how to use an anonymous function, so I tried it and here is how to do it. Below is the array_map function […]

Read more of this post