PHP 7 Programming Cookbook. Over 80 recipes that will take your PHP 7 web development skills to the next level! - Helion
Tytuł oryginału: PHP 7 Programming Cookbook. Over 80 recipes that will take your PHP 7 web development skills to the next level!
ISBN: 9781785882548
stron: 610, Format: ebook
Data wydania: 2016-08-30
Księgarnia: Helion
Cena książki: 159,00 zł
PHP 7 comes with a myriad of new features and great tools to optimize your code and make your code perform faster than in previous versions. Most importantly, it allows you to maintain high traffic on your websites with low-cost hardware and servers through a multithreading web server.
This book demonstrates intermediate to advanced PHP techniques with a focus on PHP 7. Each recipe is designed to solve practical, real-world problems faced by PHP developers like yourself every day. We also cover new ways of writing PHP code made possible only in version 7. In addition, we discuss backward-compatibility breaks and give you plenty of guidance on when and where PHP 5 code needs to be changed to produce the correct results when running under PHP 7. This book also incorporates the latest PHP 7.x features.
By the end of the book, you will be equipped with the tools and skills required to deliver efficient applications for your websites and enterprises.
Osoby które kupowały "PHP 7 Programming Cookbook. Over 80 recipes that will take your PHP 7 web development skills to the next level!", wybierały także:
- Windows Media Center. Domowe centrum rozrywki 66,67 zł, (8,00 zł -88%)
- Ruby on Rails. Ćwiczenia 18,75 zł, (3,00 zł -84%)
- Przywództwo w świecie VUCA. Jak być skutecznym liderem w niepewnym środowisku 58,64 zł, (12,90 zł -78%)
- Scrum. O zwinnym zarządzaniu projektami. Wydanie II rozszerzone 58,64 zł, (12,90 zł -78%)
- Od hierarchii do turkusu, czyli jak zarządzać w XXI wieku 58,64 zł, (12,90 zł -78%)
Spis treści
PHP 7 Programming Cookbook. Over 80 recipes that will take your PHP 7 web development skills to the next level! eBook -- spis treści
- 1. Buidling the Foundation
- 2. Using PHP 7 High Performance Features
- 3. Working with PHP Functional Programming
- 4. Working with PHP OOP
- 5. Interacting with a Database
- 6. Building Scalable Websites
- 7. Accessing Web Services
- 8. Working with Date/Time and International Aspects
- 9. Developing Middleware
- 10. Looking at Advanced Algorithms
- 11. Implementing Design Patterns
- 12. Improving Web Security
- 13. Best Practices, Testing and Debugging
- 14. Appendix A