Parameter List
Syntax
HMAC_SHA256(text, key,
[output]
)text
The text to be converted.
key
The secret key shared between the sender and the receiver.
[optional] output
The function returns a hexadecimal value by default. Set the parameter to 0 to keep the result in hexadecimal format, or to 1 to return the result as Base64-encoded text.