September 2016
Intermediate to advanced
1091 pages
21h 41m
English
PHP 7 has introduced new features that can help programmers write high-performing and effective code. Also, some old-fashioned features are completely removed, and PHP 7 will throw an error if used. Most of the fatal errors are now exceptions, so PHP won't show an ugly fatal error message any more; instead, it will go through an exception with the available details.
In this chapter, we will cover the following topics:
PHP 7 introduced a few new OOP features that will enable developers to write clean and effective ...
Read now
Unlock full access