↧
PHP Bug by Design
Check the following code snippets. They use square bracket syntax to index data in an array and a string. $array = array(1,2,3); print $array[0]; >> 1 print $array['foo']; >> Notice:...
View ArticlePHP SPL Data Structures Benchmark
Data structures and collections are one of the most wanted features for the Standard PHP Library SPL over the last few years. With PHP 5.3 we’ll finally get a little of what we want and this is good...
View ArticleVZ @ IPC und WebTech
Vom 15.11. bis zum 18.11. finden nächste Woche in Karlsruhe die International PHP conference und die Webtech Conference statt. VZ Netzwerke unterstützt diese Konferenzen als Silber Sponsor und ist mit...
View Article