]> granicus.if.org Git - php/commitdiff
Update docu
authorMarcus Boerger <helly@php.net>
Fri, 3 Sep 2004 06:16:34 +0000 (06:16 +0000)
committerMarcus Boerger <helly@php.net>
Fri, 3 Sep 2004 06:16:34 +0000 (06:16 +0000)
ext/spl/spl.php

index 6ad94f7ea236b30e9088d0f35811812b1f8aa61c..25b952ff311f00ba67fd4a80b3f59ab54731526d 100755 (executable)
@@ -358,8 +358,10 @@ class LimitIetrator implements Iterator
        
        /** 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);