summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2006-08-13 10:37:57 +0000
committerMarcus Boerger <helly@php.net>2006-08-13 10:37:57 +0000
commit7d0b17fc671395407d35a38ee0d58f0c548dbada (patch)
treefc4f9e61baed084d869a654c3cde17474f4659bc
parent9d26a88c3d36330d85a418b481135acb56501134 (diff)
downloadphp-git-7d0b17fc671395407d35a38ee0d58f0c548dbada.tar.gz
- MFH Add link
-rwxr-xr-xext/spl/spl.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/spl/spl.php b/ext/spl/spl.php
index 86f9203d31..2987024f26 100755
--- a/ext/spl/spl.php
+++ b/ext/spl/spl.php
@@ -112,6 +112,7 @@
* c-code.
*
* 9) Some articles about SPL:
+ * - <a href="http://www.phpro.org/tutorials/Introduction-to-SPL.html">Introduction to Standard PHP Library (SPL)</a>
* - <a href="http://www.sitepoint.com/article/php5-standard-library/1">Introducing PHP 5's Standard Library</a>
* - <a href="http://www.ramikayyali.com/archives/2005/02/25/iterators">Iterators in PHP5</a>
* - <a href="http://www.phpriot.com/d/articles/php/oop/oop-with-spl-php-5-1/index.html">Advanced OOP with SPL in PHP 5</a>