Syntax
touch(string)
Description
The touch() updates the modification time of a given file. If the file does not exist, it is created
Example
touch("/tmp/foo")
touch(string)
The touch() updates the modification time of a given file. If the file does not exist, it is created
touch("/tmp/foo")