PHP filemtime-Get File modification Time _php tutorial

Source: Internet
Author: User
PHP filemtime-Get File modification time

Filemtime
(PHP 4, PHP 5)

Filemtime-Get File modification time

Describe
International Filemtime (string $ file name)
When this function returns, the file of the data block is written, which is the content file change at that time.

Parameters

Filename
The file path.


return value
Returns the time when the file was last modified, or false in case of an error. The time returned is the time stamp as a UNIX, which is the appropriate date () function.

Instance

Example # 1 Filemtime () example

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));
}
?>


http://www.bkjia.com/PHPjc/445461.html www.bkjia.com true http://www.bkjia.com/PHPjc/445461.html techarticle PHP filemtime-Get File modification time Filemtime (PHP 4, PHP 5) filemtime-Get File Modification Time Description International filemtime (string $ file name) When this function returns ...

  • 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.