InterviewSolution
Saved Bookmarks
| 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() |
|