From: Marcus Boerger Date: Fri, 3 Sep 2004 06:16:34 +0000 (+0000) Subject: Update docu X-Git-Tag: PRE_ZEND_VM_DISPATCH_PATCH~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4d3894178d4f1a4b148346310cca886cfb5b82f9;p=php Update docu --- diff --git a/ext/spl/spl.php b/ext/spl/spl.php index 6ad94f7ea2..25b952ff31 100755 --- a/ext/spl/spl.php +++ b/ext/spl/spl.php @@ -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);