- PHP 7 Programming Blueprints
- Jose Palala Martin Helmich
- 98字
- 2021-07-08 11:14:08
Preface
PHP is a great language for developing web applications. It is essentially a server-side scripting language that is also used for general-purpose programming. PHP 7 is the latest version, which provides major backward-compatibility breaks and focuses on providing improved performance and speed. With the rise in demand for high performance, this newest version contains everything you need to build efficient applications. PHP 7 provides improved engine execution, better memory usage, and a better set of tools allowing you to maintain high traffic on your websites with low-cost hardware and servers through a multithreading web server.
推薦閱讀
- Instant Testing with CasperJS
- Android開發精要
- Mastering Spring MVC 4
- NumPy Essentials
- SQL Server 2012數據庫管理與開發項目教程
- Mastering Data Mining with Python:Find patterns hidden in your data
- Java面向對象程序設計
- Practical Game Design with Unity and Playmaker
- Regression Analysis with Python
- Modern C++ Programming Cookbook
- Oracle Data Guard 11gR2 Administration Beginner's Guide
- C/C++程序設計教程
- Python網絡爬蟲從入門到實踐
- Learning Scrapy
- AngularJS by Example