예제 #1
0
 /**
  * Closes the file.
  *
  * @return bool
  */
 public function close()
 {
     return $this->driver->fileClose($this->resource);
 }