How can I get the dete of file ?
I have file.txt on my site .. using php how can I know the date that I upload this file?
Printable View
How can I get the dete of file ?
I have file.txt on my site .. using php how can I know the date that I upload this file?
look up
filectime() = Returns the time the file was last changed - The time is returned as a Unix timestamp.
filemtime() = Returns the time the file was last modified - The time is returned as a Unix timestamp.