hash_hmac_fileGenerate a keyed hash value using the HMAC method and the contents of a given file Description
string hash_hmac_file
( string
$algo
, string $filename
, string $key
[, bool $raw_output = false
] )Parameters
Return Values
Returns a string containing the calculated message digest as lowercase hexits
unless Changelog
Examples
Example #1 hash_hmac_file example
<?php The above example will output: 7eb2b5c37443418fc77c136dd20e859c See Also
|