예제 #1
0
 /**
  * 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);
 }