mhash_get_hash_name

(PHP 3 >= 3.0.9, PHP 4, PHP 5)

mhash_get_hash_name -- Conseguir el nombre de un hash especifico

Descripcion

string mhash_get_hash_name ( int hash )

mhash_get_hash_name() es usado para conseguir el nombre de el hash determinado.

mhash_get_hash_name() toma el id del hash como un argumento y devuelve el nombre de el hash o FALSE, si el hash no existe.

Ejemplo 1. mhash_get_hash_name example

<?php
$hash = MHASH_MD5;

print mhash_get_hash_name($hash);
?>
El ejemplo anterior mostrara:
MD5

Hosting by: hurra.com
Generated: 2007-01-26 18:00:47