PHP » GoLang |
login |
register |
about
|
hash_hmac(PHP 5 >= 5.1.2, PHP 7, PECL hash >= 1.1) hash_hmac — Generate a keyed hash value using the HMAC method Description
string hash_hmac
( string
$algo
, string $data
, 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() example
<?php The above example will output: b8e7ae12510bdfb1812e463a7f086122cf37e4f7 See Also
|
more
Recently updated
more
Most requested
more
Last requests
|