helly Fri Sep 3 14:46:29 2004 EDT
Modified files:
/php-src/ext/spl spl.php
Log:
- Add link to chm version
- Change wording
http://cvs.php.net/diff.php/php-src/ext/spl/spl.php?r1=1.29&r2=1.30&ty=u
Index: php-src/ext/spl/spl.php
diff -u php-src/ext/spl/spl.php:1.29 php-src/ext/spl/spl.php:1.30
--- php-src/ext/spl/spl.php:1.29 Fri Sep 3 02:16:34 2004
+++ php-src/ext/spl/spl.php Fri Sep 3 14:46:29 2004
@@ -13,6 +13,9 @@
*
* SPL - Standard PHP Library
*
+ * You can download this documentation as a chm file
+ * <a href="http://php.net/~helly/php/ext/spl/spl.chm">here</a>.
+ *
* (c) Marcus Boerger, 2003 - 2004
*/
@@ -358,8 +361,8 @@
/** 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 be rewinded if
- * necessary and then manually forwared element by element.
+ * method will be used. Otherwise the iterator will be rewound if
+ * necessary and then manually advanced element by element.
*
* \param $position index to seek to.
*/
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php