Javascript debugger Website design ↑
Gets the name of the specified hash.
The hash id. One of the MHASH_XXX constants.
MHASH_XXX
Returns the name of the hash or FALSE, if the hash does not exist.
FALSE
<?php echo mhash_get_hash_name(MHASH_MD5); // MD5 ?>
Javascript debugger Website design