Php filemtime-Get file modification time

Source: Internet
Author: User

Php filemtime-Get file modification time

Filemtime
(PHP 4 and PHP 5)

Filemtime-Get file modification time

Description
International filemtime (string $ file name)
When this function is returned, the data block file is written, which is the content file changed at that time.

Parameters

File Name
File Path.


Return Value
An error occurs when the last modification or FALSE of the object is returned. The returned time is a Unix timestamp, which is a suitable date () function.

Instance

Example #1 filemtime ()

// Outputs e.g. somefile.txt was last modified: December 29 2002 22:16:23.

$ Filename = 'somefile.txt ';
If (file_exists ($ filename )){
Echo "$ filename was last modified:". date ("F d y h: I: s.", filemtime ($ filename ));
}
?>


Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.