downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

mhash_keygen_s2k> <mhash_get_block_size
[edit] Last updated: Wed, 19 Jun 2013

view this page in

mhash_get_hash_name

(PHP 4, PHP 5)

mhash_get_hash_nameToma el nombre del algoritmo hash especificado

Descripción

string mhash_get_hash_name ( int $hash )

Toma el nombre del algoritmo hash especificado.

Parámetros

hash

El ID de hash. Una de las constantes MHASH_hashname.

Valores devueltos

Devuelve el nombre del algoritmo hash o FALSE si el algoritmo hash pasado no existe.

Ejemplos

Ejemplo #1 Ejemplo de mhash_get_hash_name()

<?php

echo mhash_get_hash_name(MHASH_MD5); // MD5

?>



add a note add a note User Contributed Notes mhash_get_hash_name - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites