Functional Programming in PHP
Michael Bruno Lochemem
Broschiertes Buch

Functional Programming in PHP

A Primer for Composing Software in PHP

Versandkostenfrei!
Erscheint vorauss. 11. Juli 2026
42,99 €
inkl. MwSt.
This book is designed to help PHP programmers, whether experienced or looking to advance, transition into the world of Functional Programming (FP). It covers the key concepts and practical applications of FP in PHP, with a particular focus on function composition. By introducing ideas like immutability, referential transparency, and the role of functions in abstraction and generalization, the book aims to give readers the fundamental knowledge necessary to incorporate FP principles into their PHP projects.The book distills the theoretical foundations of paradigmatic concepts such as functors, ...