Cargando…

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

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Engebreth, Gunnard (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [Berkeley, California] : Apress, [2021]
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • 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.