PHP 7 Programming Solutions

PHP 7 Programming Solutions

English | 2016 | MP4 | AVC 1280×720 | AAC 44KHz 2ch | 6h 40m | 1.77 GB

Take your PHP 7 web development skills to the next level with over 80 practical tasks

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 course demonstrates intermediate to advanced PHP techniques with a focus on PHP 7. Each video 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 course also incorporates the latest PHP 7.x features.

By the end of the course, you will be equipped with the tools and skills required to deliver efficient applications for your websites and enterprises.

What You Will Learn

  • Use advanced PHP 7 features such as the Abstract Syntax Tree and Anonymous Classes
  • Discover when and where to modify PHP 5 to avoid backwards-compatibility breaks
  • Improve the overall application security and error handling by taking advantage of classes that implement the new Throwable interface
  • Debug your code and get to know the best practices