コード例 #1
0
ファイル: Read.php プロジェクト: kidaa30/magento2-platformsh
 /**
  * Returns the current cursor position
  *
  * @return int
  */
 public function tell()
 {
     return $this->driver->fileTell($this->resource);
 }