Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Which function sets the file filename’s last-modified and last-accessed times?

a) touched()
b) touch()
c) sets()
d) set()

Answer: b
Explanation: Its prototype is int touch(string filename [, int time [, int atime]]). It returns TRUE on success or FALSE on error.

Join The Discussion