PHP tutorials: array_map and array_filter

This can be a series of tutorials. I hope it will be. The credit for the initiative goes to the blog post “The Beginner Pattern“.

Since PHP 4.0.6, PHP has included two powerful functions to process arrays: array_map and array_filter. These can be a bit hard to wrap your head around at first, for they flip the [...]