Md5 check file-PHP source code

Source: Internet
Author: User
Md5 check file php code

 '; $ Filename = "test.txt"; if (is_dir ($ filename) {$ md5file = md5 ($ filename);} else {$ md5file = md5_file ($ filename );} echo $ md5file; // Save the md5value of the original file to the md5file.txt file // file_put_contents ("md5file.txt", $ md5file ); // compare the original md5 value with the current md5 value to see if the file is modified $ md5file = file_get_contents ("md5file.txt"); if (md5_file ("test.txt ") ==$ md5file) {echo "file Normal";} else {echo "file modified" ;}?>

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.