Tagged Questions

1
vote
2answers
170 views

PHP: SeekableIterator::seek()

If I want to implement seek() to complete the SeekableIterator interface, should I internally revert to the old position if the seeked position is invalid? Like this: public function seek( $position ...