Functional PHP: How to Do  Functional Programming in PHP?

Functional PHP: How to Do Functional Programming in PHP?

While PHP may traditionally be an object oriented language, one developer offers a looks at how to work with PHP in a more functional way. Functional PHP? Well, PHP is not a functional language but some functional techniques may be used to improve our code: better readability, easier to maintain => cheaper code.  For many years, PHP was scripted in a procedural way, all in one file with functions everywhere.  After version 5.*, applications have been written using the Ob