<?php touch(string $filename, ?int $mtime = null, ?int $atime = null): bool
<?php $this->cleanupReadOnlyFile($filename); } touch($filename); chmod($filename, $mode); if ($this->isLinuxRoot()) {