touch(string|array|Traversable $files, int $time = null, int $atime = null)
Sets access and modification time of file.
touch(string|array|Traversable $files, int $time = null, int $atime = null)
Sets access and modification time of file.
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 |
IOException | When touch fails |
Designed by : w10schools
service@w10schools.com
Please login to continue.