Exibir a lista drop-down

hash_hmac()

« hash_algos | hex2bin »
<?php
$string 
hash_hmac (
    
?// string $algo
    
// string $data
    
// string $key
    
?  // [bool $raw_output = false]
);
?>
resultado
$string = 'b8e7ae12510bdfb1812e463a7f086122cf37e4f7'
Exemplos
#1 hash_hmac  ("ripemd160",
 
"The quick brown fox jumped over the lazy dog.",
 
"secret")
Veja também
hash, hash_algos