Home > PHP > Function > Mhash > mhash_get_hash_name()

mhash_get_hash_name()

mhash_get_hash_name - Get the name of the specified hash

Syntax

string mhash_get_hash_name (int $hash)

Arguments

  • hash - The hash id. One of the MHASH_XXXconstants.

Description

Gets the name of the specified hash.

Version

PHP 4, 5

Return value

Returns the name of the hash or FALSE, if the hash does not exist.