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...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
[Berkeley, CA] :
Apress,
[2021]
|
Edición: | Third edition. |
Temas: | |
Acceso en línea: | Texto completo |
Tabla de Contenidos:
- 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.