Cantitate/Preț
Produs

PHP 8 Quick Scripting Reference: A Pocket Guide to PHP Web Scripting

Autor Mikael Olsson
en Limba Engleză Paperback – 10 dec 2020
This pocket reference has been updated with the new PHP 8 release. It is a condensed, code-rich scripting and syntax handbook for the PHP scripting language. You won’t find any technical jargon, bloated samples, drawn-out history lessons or witty stories in this book. What you will find is a web scripting language reference that is concise, to the point, and highly accessible. The book is packed with useful information and is a must-have for any PHP programmer or web developer. In it, you will find a concise reference to the PHP 8 scripting language syntax. It includes short, simple, and focused code examples; a well-laid-out table of contents; and a comprehensive index allowing easy review.
PHP 8 Quick Scripting Reference presents the essentials of PHP in a well-organized format, including new features in PHP 8 such as the just in time (JIT) compiler, union types, nullsafe operator, null coalescing assignment operator, match expressions, named arguments, throw expressions, static return type, non-capturing catches, reclassified engine warnings and constructor property promotion.
What You Will Learn
  • Discover what is new in PHP 8 and how to get started with it
  • Work with variables, operators, strings, arrays, conditionals, loops, and other constructs
  • Group and reuse code with functions, methods, and namespaces
  • Use object-oriented features such as classes, inheritance, abstract classes, and interfaces
  • Import files and retrieve user data
  • Make use of type declarations and type conversions
  • Test variables, create references, and use overloading methods
  • Store user data with cookies and sessions
  • Deal with errors through error handling, exception handling, and assertions
Who This Book Is For
Experienced PHP programmers and web developers who may be new to PHP.
Citește tot Restrânge

Preț: 21641 lei

Preț vechi: 27050 lei
-20% Nou

Puncte Express: 325

Preț estimativ în valută:
4141 4298$ 3462£

Carte disponibilă

Livrare economică 24 februarie-10 martie

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781484266182
ISBN-10: 1484266188
Pagini: 185
Ilustrații: XVIII, 185 p. 1 illus.
Dimensiuni: 155 x 235 mm
Greutate: 0.45 kg
Ediția:3rd ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States

Cuprins

1: Using PHP.- 2: Variables.- 3: Operators.- 4: String.- 5: Arrays.- 6: Conditionals.- 7: Loops.- 8: Functions.- 9: Class.- 10: Inheritance.- 11: Access Levels.- 12: Static.- 13: Constants.- 14: Interface.- 15: Abstract.- 16: Traits.- 17: Importing Files.- 18: Type Declarations.- 19: Type Conversions.- 20: Variable Testing.- 21: Overloading.- 22: Magic Methods.- 23: User Input.- 24: Cookies.- 25: Sessions.- 26: Namespaces.- 27: References.- 28: Advanced Variables.- 29: Error Handling.- 30: Exception Handling.- 31: Assertions.

Notă biografică

Mikael Olsson is a professional web entrepreneur, programmer, and author. He works for an R&D company in Finland where he specializes in software development. In his spare time he writes books and creates websites that summarize various fields of interest. The books he writes are focused on teaching their subject in the most efficient way possible, by explaining only what is relevant and practical without any unnecessary repetition or theory. 

Textul de pe ultima copertă

This pocket reference has been updated with the new PHP 8 release. It is a condensed, code-rich scripting and syntax handbook for the PHP scripting language. You won’t find any technical jargon, bloated samples, drawn-out history lessons or witty stories in this book. What you will find is a web scripting language reference that is concise, to the point, and highly accessible. The book is packed with useful information and is a must-have for any PHP programmer or web developer. In it, you will find a concise reference to the PHP 8 scripting language syntax. It includes short, simple, and focused code examples; a well-laid-out table of contents; and a comprehensive index allowing easy review.
PHP 8 Quick Scripting Reference presents the essentials of PHP in a well-organized format, including new features in PHP 8 such as the just in time (JIT) compiler, union types, nullsafe operator, null coalescing assignment operator, match expressions, named arguments, throw expressions, static return type, non-capturing catches, reclassified engine warnings and constructor property promotion.
You will:
  • Discover what is new in PHP 8 and how to get started with it
  • Work with variables, operators, strings, arrays, conditionals, loops, and other constructs
  • Group and reuse code with functions, methods, and namespaces
  • Use object-oriented features such as classes, inheritance, abstract classes, and interfaces
  • Import files and retrieve user data
  • Make use of type declarations and type conversions
  • Test variables, create references, and use overloading methods
  • Store user data with cookies and sessions
  • Deal with errors through error handling, exception handling, and assertions

Caracteristici

The first contemporary pocket code reference guide on PHP 8 A concise reference, updated to the PHP 8 scripting language syntax Includes short, simple, and focused code examples