Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Which one of the following PHP function is used to determine a file’s last access time?

a) fileltime()
b) filectime()
c) fileatime()
d) filetime()

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

Join The Discussion