Which function sets the file filename last-modified and last-accessed times?
touch()
Correct:
touch()
Explanation:
Attempts to set the access and modification times of the file named in the filename parameter to the value given in time. Note that the access time is always modified, regardless of the number of parameters.