Functional programming isn’t something that is often associated with PHP. Yet for quite a while PHP has had all the features necessary to create software using the functional paradigm. In this book, you’ll take a look at what functional programming is, how to do it in PHP, and the different ways in which you can use it to improve your PHP software.
Who Is This Book For?
This book isn’t an introduction to PHP itself; it assumes you have some basic (or, indeed, advanced) experience in PHP scripting. You don’t need to be an expert to follow along; I’ll cover all the key concepts in PHP you’ll need to know to be ...