helly           Tue Feb 21 09:45:38 2006 UTC

  Modified files:              
    /php-src/ext/spl    spl.php 
  Log:
  - Update
  
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/spl.php?r1=1.66&r2=1.67&diff_format=u
Index: php-src/ext/spl/spl.php
diff -u php-src/ext/spl/spl.php:1.66 php-src/ext/spl/spl.php:1.67
--- php-src/ext/spl/spl.php:1.66        Mon Feb 20 22:21:24 2006
+++ php-src/ext/spl/spl.php     Tue Feb 21 09:45:38 2006
@@ -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

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to