PHP filemtime () function _php Tutorial

Source: Internet
Author: User
Definition and usage

The Filemtime () function returns the last modified time of the file's contents.

If successful, the time is returned in the form of a Unix timestamp. If it fails, it returns false.

Grammar

Filemtime (filename)

Parameters

Describe

FileName is required. Specifies the documents to be inspected.

Description

This function returns the last time the data block in the file was written, that is, the time when the contents of the file were last modified.

Hints and Notes

Hint: The result of this function will be cached. Please use Clearstatcache () to clear the cache.

Example

Echo filemtime ("test.txt");
echo "Last modified:". Date ("F D Y h:i:s.", Filemtime ("test.txt"));
?>

Output:

1139919766
Last Modified:february 14 2006 13:22:46.

http://www.bkjia.com/PHPjc/818744.html www.bkjia.com true http://www.bkjia.com/PHPjc/818744.html techarticle the definition and usage of the Filemtime () function returns the last modified time of the file contents. If successful, the time is returned in the form of a Unix timestamp. If it fails, it returns false. Grammar Filemtim ...

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