PHP 8 quick scripting reference : a pocket guide to PHP web scripting

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

Full description

Saved in:
Bibliographic Details
Main Author Olsson, Mikael (Web programmer) (Author)
Format Electronic eBook
LanguageEnglish
Published [Berkeley, CA] : Apress, [2021]
EditionThird edition.
Subjects
Online AccessFull text
ISBN9781484266199
1484266196
9781484266205
148426620X
9781484266182
1484266188
Physical Description1 online resource

Cover

Table of Contents:
  • 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.