Appends a hash (HMAC) to a given string and returns the result
public appendHmac ( string $string ) : string | ||
$string | string | The string for which a hash should be generated |
return | string | The original string with HMAC of the string appended |