PHP pocket reference

Simple, to the point, and compact--in fact, exactly what you've come to expect in an O'Reilly Pocket Reference--the second edition of PHP Pocket Reference is thoroughly updated to include the specifics of PHP 4. Written by the founder of the PHP Project, Rasmus Lerdorf, PHP Pocket Refer...

Descripción completa

Detalles Bibliográficos
Autor principal: Lerdorf, Rasmus (-)
Formato: Libro electrónico
Idioma:Inglés
Publicado: Cambridge, Massachusetts : O'Reilly 2002.
Edición:2nd ed
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009627460806719
Tabla de Contenidos:
  • PHP Pocket Reference, 2nd Edition; 1.2. Installation and Configuration; 1.3. Embedding PHP in HTML; 1.4. Language Syntax; 1.5. Variables; 1.6. Data Types; 1.6.2. Floating Point Numbers; 1.6.3. Strings; 1.6.4. Booleans; 1.6.5. Arrays; 1.6.6. Objects; 1.6.7. Type Casting; 1.7. Expressions; 1.8. Operators; 1.9. Control Structures; 1.9.2. switch; 1.9.3. while; 1.9.4. do/while; 1.9.5. for; 1.9.6. foreach; 1.10. Functions; 1.10.2. Variable Scope; 1.10.3. Static Variables; 1.11. Web-Related Variables; 1.12. Sessions; 1.13. Examples; 1.13.2. Intelligent Form Handling; 1.13.3. Web Database Integration
  • 1.14. Function Reference