Summary: Introduction to Functional Programming in PHP
Review what we’ve learned in this chapter about functional programming in PHP.
We'll cover the following...
-
Functional programming is a cognitive load-reducing paradigm based on the use of pure functions. It has a place in PHP’s vast ecosystem.
-
Functional ...