summaryrefslogtreecommitdiff
path: root/ext/spl/spl.php
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2005-05-04 19:14:08 +0000
committerMarcus Boerger <helly@php.net>2005-05-04 19:14:08 +0000
commit99c72d0b94a166642a5ab0343e4d4376db137292 (patch)
tree88e33f1194fe50a7fec72d48262393c1b7f7ea1c /ext/spl/spl.php
parent4dc7c06b2a3ad5ca816d4e7b129ab9714a56bfb6 (diff)
downloadphp-git-99c72d0b94a166642a5ab0343e4d4376db137292.tar.gz
- Update docu
Diffstat (limited to 'ext/spl/spl.php')
-rwxr-xr-xext/spl/spl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/spl.php b/ext/spl/spl.php
index 3a7760f167..307cec0c2d 100755
--- a/ext/spl/spl.php
+++ b/ext/spl/spl.php
@@ -53,7 +53,7 @@
*
* - class DirectoryIterator implements Iterator
* - class RecursiveDirectoryIterator extends DirectoryIterator implements RecursiveIterator
- * - class FileObject implements RecursiveIterator
+ * - class FileObject implements RecursiveIterator, SeekableIterator
*
* 3) XML
*