Discussion :: PHP - CS
- Which function sets the file filename’s last-modified and last-accessed times?
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