Home » PHP » PHP File Handling » Question
  1. Which one of the following PHP function is used to determine a file’s last access time?
    1. filectime()
    2. fileatime()
    3. filetime()
    4. fileltime()
    5. None of these
Correct Option: B

The fileatime() function returns a file’s last access time in Unix timestamp format or FALSE on error.



Your comments will be displayed only after manual approval.