touch(string|array|Traversable $files, int $time = null, int $atime = null)
Sets access and modification time of file.
Parameters string|array|Traversable
$files A filename, an array of files, or a \Traversable instance to create int $time The touch time as a Unix timestamp int $atime The access time as a Unix timestamp Exceptions IOException When touch fails