PHP 8 revealed : use attributes, the JIT compiler, union types, and more for web development
Discover the new and updated features of PHP 8, such as the JIT compiler, union types, and attributes, with code examples of each. For each feature, the author includes real-life cases for its use and explains its benefits. What You Will Learn Utilize the new features of PHP 8 and modern development...
Saved in:
| Main Author | |
|---|---|
| Format | Electronic eBook |
| Language | English |
| Published |
[Berkeley, California] :
Apress,
[2021]
|
| Subjects | |
| Online Access | Full text |
| ISBN | 9781484268186 1484268180 1484268172 9781484268179 |
| Physical Description | 1 online resource |
Cover
Table of Contents:
- JIT (Just in Time) Compiler
- Union Types V2
- Named Arguments
- Reclassifying Engine Warnings, or How I Learned to Stop Worrying and Log the Bugs
- Nullsafe Operator
- Attributes V2
- Match Expression v2
- Mixed Type v2
- Weak Maps
- New str_begins_with() and str_ends_with()
- Str_contains
- Bug Fixes
- Miscellaneous Additions.