mhashComputes hash Warning
This function has been DEPRECATED as of PHP 8.1.0. Relying on this function is highly discouraged. Description
stringfalse mhash(int
$algo , string $data , stringnull $key = null )
mhash applies a hash function specified by
Parameters
Return Values
Returns the resulting hash (also called digest) or HMAC as a string, or
Changelog
|