April 2026
Intermediate
1009 pages
34h 15m
English
This section contains small but useful little helpers that take some of the work out of more complex requirements. You will also find extensions such as iterators and the Standard PHP Library (SPL).
One useful option in PHP is to set up interception of errors. However, it is important to know that the error levels—the basic error types—have changed frequently in PHP.
In PHP 5.0, there was a new E_STRICT error level. However, it was not initially included in E_ALL. It was then "integrated" into E_ALL in PHP 5.4 so that E_STRICT errors were also thrown at the E_ALL error level. In PHP 7, E_STRICT was again completely removed, and the corresponding errors were split into the other error ...
Read now
Unlock full access