deleteKey() public method

Deletes the file
public deleteKey ( string $key ) : boolean
$key string
return boolean
Example #1
0
 /**
  * Deletes the file
  *
  * @param string $key
  *
  * @return bool
  */
 public function deleteKey($key)
 {
     return $this->driver->deleteKey($key);
 }