summaryrefslogtreecommitdiff
path: root/ext/spl/spl.php
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2004-09-03 06:16:34 +0000
committerMarcus Boerger <helly@php.net>2004-09-03 06:16:34 +0000
commit4d3894178d4f1a4b148346310cca886cfb5b82f9 (patch)
tree0a08106177ed5ac8a4307c61df28868c6ff31618 /ext/spl/spl.php
parent6ad651afbed05c70ecfd4fe2d4cc44aff6156921 (diff)
downloadphp-git-4d3894178d4f1a4b148346310cca886cfb5b82f9.tar.gz
Update docu
Diffstat (limited to 'ext/spl/spl.php')
-rwxr-xr-xext/spl/spl.php6
1 files changed, 4 insertions, 2 deletions
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);