예제 #1
0
 /**
  * Returns the current cursor position
  *
  * @return int
  */
 public function tell()
 {
     return $this->driver->fileTell($this->resource);
 }