Web Analytics

PHP hash_hmac_algos() Function

Hash FunctionPHP 7.2.0+

The hash_hmac_algos() function performs a specific operation.

Syntax

hash_hmac_algos($param): mixed

Parameters

Parameter Type Description
$param mixed Function parameter

Return Value

Returns the result of the operation.

Try It Online

Output
Click Run to execute your code

Common Use Cases

  • Data processing
  • Common PHP operations