Hash
mhash_get_hash_name mhash_get_block_size mhash_count mhash mhash_keygen_s2k
Description
string mhash_get_hash_name(int hash )
mhash_get_hash_name sert à connaître le nom d'un hash.
mhash_get_hash_name prend un numero d'identifiant de hash, et retourne son nom, ou bien FALSE si le hash n'existe pas, ou si une erreur est survenue.
<?php $hash = MHASH_MD5; print mhash_get_hash_name($hash);?>