LimitIterator::seekSeek to the given position Description
public int LimitIterator::seek(int
$offset )
Moves the iterator to the offset specified by Parameters
Return ValuesReturns the offset position after seeking. Errors/ExceptionsThrows an OutOfBoundsException if the position is outside of the limits specified in LimitIterator::__construct. See Also
|