Section 1: PHP 8 Tips
This section introduces cool stuff never seen before, new to PHP 8. The chapters discuss new features, first in Object-Oriented Programming, followed by new things at the functional and extension level. The last chapter in this section covers direct C language prototyping.
In this section, the following chapters are included:
- Chapter 1, Introducing New PHP 8 OOP Features
- Chapter 2, Learning about PHP 8's Functional Additions
- Chapter 3, Taking Advantage of Error-Handling Enhancements
- Chapter 4, Making Direct C-Language Calls