diff options
| author | Marcus Boerger <helly@php.net> | 2006-02-21 09:45:38 +0000 |
|---|---|---|
| committer | Marcus Boerger <helly@php.net> | 2006-02-21 09:45:38 +0000 |
| commit | 43e9def5630e3d6c547db7d34f36c7a1fee1d751 (patch) | |
| tree | c288eadceb9fbffcec514f7b44a44ae827f22f3b /ext | |
| parent | 416f3ef16024daf737addf67dd5f316efe2da171 (diff) | |
| download | php-git-43e9def5630e3d6c547db7d34f36c7a1fee1d751.tar.gz | |
- Update
Diffstat (limited to 'ext')
| -rwxr-xr-x | ext/spl/spl.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/spl/spl.php b/ext/spl/spl.php index 70c3f2f480..53775fc081 100755 --- a/ext/spl/spl.php +++ b/ext/spl/spl.php @@ -66,8 +66,8 @@ * * SPL offers advanced Array overloading: * - * - class ArrayObject implements IteratorAggregate - * - class ArrayIterator implements Iterator + * - class ArrayObject implements IteratorAggregate, ArrayAccess, Countable + * - class ArrayIterator implements Iterator, ArrayAccess, Countable, SeekableIterator * - class RecursiveArrayIterator extends ArrayIterator implements RecursiveIterator * * As the above suggest an ArrayObject creates an ArrayIterator when it comes to |
