Examveda
Examveda

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: Option C

Solution(By Examveda Team)

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

This Question Belongs to PHP >> File System

Join The Discussion

Related Questions on File System