Vidyalelo
PHP · Q2

File System

Programming · PHP · question 2

Q2

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

A.
fileltime()
B.
filectime()
C.
fileatime()
Answer
D.
filetime()

Answer: Option C

Solution

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