diff options
| author | Marcus Boerger <helly@php.net> | 2005-05-04 19:14:08 +0000 |
|---|---|---|
| committer | Marcus Boerger <helly@php.net> | 2005-05-04 19:14:08 +0000 |
| commit | 99c72d0b94a166642a5ab0343e4d4376db137292 (patch) | |
| tree | 88e33f1194fe50a7fec72d48262393c1b7f7ea1c /ext/spl/spl.php | |
| parent | 4dc7c06b2a3ad5ca816d4e7b129ab9714a56bfb6 (diff) | |
| download | php-git-99c72d0b94a166642a5ab0343e4d4376db137292.tar.gz | |
- Update docu
Diffstat (limited to 'ext/spl/spl.php')
| -rwxr-xr-x | ext/spl/spl.php | 2 |
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 * |
