1.

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()I have been asked this question during an online interview.I'm obligated to ask this question of File System and PHP topic in division File and Session Handling in PHP of PHP

Answer»

The correct answer is (C) fileatime()

For explanation: The fileatime() function returns a file’s last ACCESS time in UNIX timestamp format or FALSE on ERROR.



Discussion

No Comment Found

Related InterviewSolutions