The md5_file() function calculate the md5_file hash of a given file
md5_file ( string $string ,raw_output=FALSE) : string
Parameter Name | Descrption |
---|---|
$string | Required, The string. |
raw_output | Optional, Specifies the raw_output for hex or binary format
|
$file = 'php_mf5_file.zip'; echo md5_file($file);
Related Functions