Loading…

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...

Full description

Bibliographic Details
Call Number:Libro Electrónico
Main Author: Engebreth, Gunnard (Author)
Format: Electronic eBook
Language:Inglés
Published: [Berkeley, California] : Apress, [2021]
Subjects:
Online Access:Texto completo
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.