ARRAY vs. Object - Really Damn Slow: A look at PHP objects
$x->a = 'a'; vs $x['a'] = 'a';
for / foreach - Performance Best Pratices
regarding speed and memory consumption
Eigene Werte aus PHP in die Apache Logs schreiben
http://php.net/manual/de/function.apache-note.php
Joining strings is essential in any server-side web application. Craig discusses the fastest concatenation methods available in PHP.
P...
PHP 5 introduces a destructor concept similar to that of other object-oriented languages, such as C++ says the documentation for destruct...
Der Jubel nach dem Fall der Gaddafis war nur von kurzer Dauer. Viele Libyer sagen jetzt sie seien durch diejenigen die angeblich für ihre...
Unbedingt lesen und allen Freunden und Bekannten weiter geben! 1 Kommentar
PHP versus Python
The winner of the PHP Programming Innovation Award was announced. Rochak Chauhan was invited for an interview to tal...
Schlankes, flexibles CMS. Sprechende URLs, RSS- und Atom-Feeds, Bildverwaltung und Downlaodverwaltung. Mulituserfähig, Rechtesystem. Über...
http://lamp.clausvb.de/smarty_mhtml/table_of_content.html
PHP Sessions zum übergeben von Werten
Computer Help from your Friendly How-To Geek
Explore various methods for debugging PHP applications, including turning on error reporting in Apache and PHP, and by placing strategic ...


