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) fileatime()
b) filectime()
c) fileltime()
d) filetime()

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

Join The Discussion