现在位置 >首页 > 所有关于php 7的文章

Modular Programming with PHP 7

英文图书, 软件  暂无评论 ⁄ 426 次阅读+
Book Description: Modular design techniques help you build readable, manageable, reusable, and more efficient codes. PHP 7, which is a popular open source scripting language, is used to build modular functions for your software. With this book, you will gain a deep insight into the modular programming paradigm and how to achieve modularity in your PHP code. We start with a brief introduction to the new features of PHP 7, some of which open a door to new concepts used...
详细信息

PHP 7 Solutions, 4th Edition

英文图书, 软件  暂无评论 ⁄ 571 次阅读+
Book Description: Make your websites more dynamic by adding a feedback form, creating a private area where members can upload images that are automatically resized, or perhaps storing all your content in a database. David Powers has updated his definitive book to incorporate the latest techniques and changes to PHP, including the arrival of PHP 7. New features include the spaceship and null coalesce operators, generators, using array shorthand syntax for list(), array der...
详细信息

Building RESTful Web Services with PHP 7

英文图书, 软件  暂无评论 ⁄ 673 次阅读+
Book Description REST is the most wide spread and effective standard to develop APIs for internet services. With the way PHP and its eco-system has modernized the way code is written by simplifying various operations, it is useful to develop RESTful APIs with PHP 7 and modern tools. This book explains in detail how to create your own RESTful API in PHP 7 that can be consumed by other users in your organization. Starting with a brief introduction to the fundamentals ...
详细信息