Monthly Archives: January 2016

Heroes of PHP™ #1

Following the conclusion of the 24 Days in December series on PHP, I originally posted my own 24 “Heroes of PHP”™ on Twitter. I’m reproducing that list here, together with some additional explanation of why these individuals mean so much to … Continue reading

Posted in PHP | Tagged , | 3 Comments

A Functional Guide to Cat Herding with PHP Generators

When working with arrays in PHP, three of the most useful functions available to us are array_map(), array_filter() and array_reduce(), which allow us to walk an array and manipulate the value of array elements, select a subset of values from an array, or … Continue reading

Posted in PHP | Tagged , , , , , | 8 Comments