writes an amount of data
Using this method changes the time when the file was last modified.
string $data:
int amount of written bytes
public function write($data) { $this->lastModified = time(); return $this->content ->write($data); }