1.

Which function sets the file filename last-modified and last-accessed times?(a) sets()(b) set()(c) touch()(d) touched()The question was asked in exam.Origin of the question is File System and PHP in division File and Session Handling in PHP of PHP

Answer»

Correct choice is (C) touch()

The best EXPLANATION: The function touch() will set the access and MODIFICATION time of the specified FILE. Syntax is touch(FILENAME, time, atime).



Discussion

No Comment Found

Related InterviewSolutions