예제 #1
0
 /**
  * Seeks to the specified offset
  *
  * @param int $offset
  * @param int $whence
  * @return int
  */
 public function seek($offset, $whence = SEEK_SET)
 {
     return $this->driver->fileSeek($this->resource, $offset, $whence);
 }