|
-
May 27th, 2002, 03:59 PM
#1
Thread Starter
Hyperactive Member
Date of file
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?
-
May 27th, 2002, 04:38 PM
#2
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|