Adam Trachtenberg Bücher



PHP 5 Kochbuch
- 879 Seiten
- 31 Lesestunden
Für jede kniffelige Aufgabe gibt es eine Lösung, oft viel einfacher als gedacht. Das beliebte PHP 5 Kochbuch zeigt, wie typische Probleme der PHP-Entwicklung gemeistert werden. Die Rezepte decken ein breites Spektrum ab, von einfachen Aufgaben bis hin zu komplexen Programmen. Die dritte Auflage wurde von renommierten deutschen PHP-Experten aktualisiert und um zusätzliche Rezepte ergänzt, um die Neuerungen von PHP 5.3 umfassend zu behandeln. Diese Version bietet zahlreiche Funktionalitäten, die neue Möglichkeiten für Programmierer eröffnen, darunter Änderungen am Objektmodell, Namensräume, Late Static Binding, Lambda-Funktionen, Closures, die PHAR-Erweiterung und die erweiterte Standard PHP Library (SPL). Mit über 350 Rezepten ist das Buch eine wertvolle Informations- und Inspirationsquelle für PHP-Entwickler. Die Themen umfassen Basis-Datentypen wie Strings, Zahlen, Datums- und Zeitwerte sowie Arrays, PHP-Bausteine wie Variablen, Funktionen, Klassen und Objekte, Iteratoren, Streams, Wrapper, Filter und Exceptions. Auch Web-Programmierung, XML, Webservices, reguläre Ausdrücke, Sicherheit, Grafik, Internationalisierung, Lokalisierung, Internetdienste sowie Dateien und Dateiverzeichnisse werden behandelt.
If you're using PHP 4, an upgrade to PHP 5 is likely on the horizon, especially with its exciting new features. While a comprehensive reference guide is useful, experienced PHP programmers need a focused resource that addresses their immediate questions: what's new, what's different, and how to leverage these changes effectively. This guide is specifically tailored for PHP developers familiar with PHP 4, concentrating on PHP 5's new features rather than covering the entire language. It provides a concise comparison of PHP 4 and PHP 5, detailing improvements and showcasing side-by-side code examples to illustrate how the new features simplify common PHP challenges. Each feature is presented with code snippets, clarifying its purpose, optimal usage, and advantages over PHP 4. Key topics include robust object-oriented programming enhancements, an improved MySQL extension supporting prepared statements, a complete overhaul of XML support, simplified web services with SOAP, the SQLite embedded database, and cleaner error handling through exceptions. Written by Adam Trachtenberg, coauthor of the PHP Cookbook, this guide allows you to dive straight into PHP 5's innovations, ensuring you grasp both the practical and theoretical aspects by the end.