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 web scr...
Otros Autores: | |
---|---|
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
[Place of publication not identified] :
Apress
[2021]
|
Edición: | 3rd ed. 2021. |
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009631126306719 |
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.