コード例 #1
0
ファイル: Read.php プロジェクト: kidaa30/magento2-platformsh
 /**
  * Reads the specified number of bytes from the current position.
  *
  * @param int $length The number of bytes to read
  * @return string
  */
 public function read($length)
 {
     return $this->driver->fileRead($this->resource, $length);
 }