Home / CSE / PHP - CS :: Discussion

Discussion :: PHP - CS

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

  2. A.

     fileltime()

    B.

     filectime()

    C.

     fileatime()

    D.

     filetime()

    View Answer

    Workspace

    Answer : Option C

    Explanation :

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


Be The First To Comment