Results 1 to 2 of 2

Thread: Date of file

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jan 2002
    Posts
    259

    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?

  2. #2
    scoutt
    Guest
    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
  •  



Click Here to Expand Forum to Full Width