PHP Developer Resources
作者:Scott Clark
原文链接:http://www.phpbuilder.com/columns/php_resources20081120.php3
PHP is one of the most popular scripting languages used to develop applications on the web today. As a result, internet.com has a multitude of PHP resources throughout our network of websites. Here are some of our best PHP resources, along with some featured tutorials and out-of-network resources that you may not [...]
Entries Tagged as 'PHP Basics'
[ZT]PHP Developer Resources
11月 22nd, 2008 · No Comments
Tags: PHP Basics
关于SPL迭代器的5篇好文章
08月 7th, 2008 · No Comments
关于SPL迭代器的5篇好文章
关于SPL迭代器(Iterator)的5篇好文章
原文链接:http://phpimpact.wordpress.com/2008/08/06/5-great-articles-on-spl-iterators/
标准PHP库(SPL)是一组接口与类的集合,它实现了各种不同的迭代器设计模式。SPL随PHP5.0一同发布,是PHP核心包的一部分,SPL是用C语言实现的,因此其效率很高。网上目前有关SPL的资料还很少,中文的更是只有廖廖几篇。下面列出的是关于SPL的比较好的英文资料。欢迎有兴趣的同学翻译一下哈:-D
文章链接:
1.Introduction to SPL - phpro.org http://www.phpro.org/tutorials/Introduction-to-SPL.html
2.Iterators - eide.org http://eide.org/2008/08/05/iterators/
3.Iterators in PHP5 - ramikayyali.com http://ramikayyali.com/archives/2005/02/25/iterators
4.SPL Iterators - zend.com http://devzone.zend.com/article/2565-the-standard-php-library-spl
5.Iterators and SPL - etutorials.org http://etutorials.org/Server+Administration/upgrading+php+5/Chapter+6.+Iterators+and+SPL/
Tags: PHP Basics

