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

Was this answer helpful ?
Next Question
Submit Your Solution hear:

Your email address will not be published. Required fields are marked *