returns the content until its end from current offset
Using this method changes the time when the file was last accessed.
string
since 1.3.0
public function readUntilEnd() { $this->lastAccessed = time(); return $this->content ->readUntilEnd(); }