Browse Source

- Fix docu

PHP-5.1
Marcus Boerger 21 years ago
parent
commit
e109ab5492
  1. 2
      ext/spl/spl.php

2
ext/spl/spl.php

@ -368,7 +368,7 @@ class LimitIetrator implements Iterator
*/
function seek($position);
/** return the current position (zero based)
/** \return the current position (zero based)
*/
function getPosition();
}

Loading…
Cancel
Save