Q2
Which one of the following PHP function is used to determine a file’s last access time?
A.
fileltime()
B.
filectime()
C.
fileatime()
AnswerD.
filetime()
Answer: Option C
Solution
Answer: Option C
Solution:
The fileatime() function returns a file’s last access time in Unix timestamp format or FALSE on error.