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