Which one of the following PHP function is used to determine a file’s last access time?
Explanation: The fileatime() function returns a file’s last access time in Unix timestamp format or FALSE on error.
https://www.php.net/manual/en/function.fileatime.php