PHP » GoLang |
login |
register |
about
|
hash_hmac_file(PHP 5 >= 5.1.2, PHP 7, PECL hash >= 1.1) hash_hmac_file — Generate 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
|
more
Recently updated
more
Most requested
more
Last requests
|