Sets the seek position for the current PO stream.
int $seek: The new seek position to set.
public function setSeek($seek) { fseek($this->fd, $seek); }