Discussion :: PHP - CS
- Which one of the following PHP function is used to determine a file’s last access time?
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