PHP funkce md5_file()
Dostupnost ve verzích: PHP 4.2.0
Calculates the md5 hash of a given file
Parametry
| Parametr | Datový typ | Výchozí hodnota | Poznámka |
|---|---|---|---|
$filename |
string |
není | The filename |
$raw_output |
bool |
null | When true, returns the digest in raw binary format with a length of 16. |
Návratové hodnoty
string
a string on success, false otherwise.