Home / CSE / PHP - CS :: Discussion

Discussion :: PHP - CS

  1. Which function sets the file filename’s last-modified and last-accessed times?

  2. A.

     sets()

    B.

     set()

    C.

     touch()

    D.

     touched()

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    Its prototype is int touch(string filename [, int time [, int atime]]). It returns TRUE on success or FALSE on error.


Be The First To Comment