PHP function md5_file()
Availability in versions: PHP 4.2.0
Calculates the md5 hash of a given file
Parameters
| Parameter | Data type | Default value | Note |
|---|---|---|---|
$filename |
string |
not | The filename |
$raw_output |
bool |
null | When true, returns the digest in raw binary format with a length of 16. |
Return values
string
A string on success, false otherwise.