<?php/* Create a file to calculate hash of */file_put_contents('example.txt', 'The quick brown fox jumped over the lazy dog.'); echo hash_file('md5', 'example.txt');?>
The above example will output:
5c6ffbdd40d9556b73a21e63c3e0e904