PHP Random

Functional programming in PHP using Map Reduce

This tutorial shows you how to leverage some of PHP’s functional programming abilities. This is just a simple solution to Problem 22 from ProjectEuler.net, but it’s a good example of showing how to use a hybrid of OOP and Functional Programming to arrive at the correct solution. We’ll use basic OOP for the structure and […]

Scroll to Top