コード例 #1
0
ファイル: Read.php プロジェクト: kidaa30/magento2-platformsh
 /**
  * Checks if the current position is the end-of-file
  *
  * @return bool
  */
 public function eof()
 {
     return $this->driver->endOfFile($this->resource);
 }