helly           Fri Sep  3 02:16:34 2004 EDT

  Modified files:              
    /php-src/ext/spl    spl.php 
  Log:
  Update docu
  
http://cvs.php.net/diff.php/php-src/ext/spl/spl.php?r1=1.28&r2=1.29&ty=u
Index: php-src/ext/spl/spl.php
diff -u php-src/ext/spl/spl.php:1.28 php-src/ext/spl/spl.php:1.29
--- php-src/ext/spl/spl.php:1.28        Sun Aug 29 09:37:10 2004
+++ php-src/ext/spl/spl.php     Fri Sep  3 02:16:34 2004
@@ -358,8 +358,10 @@
        
        /** Seek to a specific position if available or throw an exception.
         * If the inner iterator is an instance of SeekableIterator its seek()
-        * method will be used. Otherwise the iterator will me manually forwared
-        * and rewinded first if necessary.
+        * method will be used. Otherwise the iterator will be rewinded if
+        * necessary and then manually forwared element by element.
+        *
+        * \param $position index to seek to.
         */
        function seek($position);
        

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

Reply via email to