Pro Functional PHP Programming: Application Development Strategies for Performance Optimization, Concurrency, Testability, and Code Brevity

Rob Aley

  • 出版商: Apress
  • 出版日期: 2017-09-29
  • 售價: $1,780
  • 貴賓價: 9.5$1,691
  • 語言: 英文
  • 頁數: 292
  • 裝訂: Paperback
  • ISBN: 1484229576
  • ISBN-13: 9781484229576
  • 相關分類: PHP
  • 海外代購書籍(需單獨結帳)

商品描述

Bring the power of functional programming to your PHP applications. From performance optimizations to concurrency, improved testability to code brevity, functional programming has a host of benefits when compared to traditional imperative programming. 

Part one of Pro Functional PHP Programming takes you through the basics of functional programming, outlining the key concepts and how they translate into standard PHP functions and code. Part two takes this theory and shows you the strategies for implementing it to solve real problems in your new or existing PHP applications. 

Functional programming is popular in languages such as Lisp, Scheme and Clojure, but PHP also contains all you need to write functional code. This book will show you how to take advantage of functional programming in your own projects, utilizing the PHP programming language that you already know.

What You'll Learn
  • Discover functional programming in PHP
  • Work with functional programming functions
  • Design strategies for high-performance applications
  • Manage business logic with functions
  • Use functional programming in object-oriented and procedural applications
  • Employ helper libraries in your application
  • Process big data with functional PHP
Who This Book Is For

Programmers and web developers with experience of PHP who are looking to get more out of their PHP coding and be able to do more with PHP.