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

search for in the

mhash_keygen_s2k> <mhash_get_block_size
Last updated: Fri, 22 Aug 2008

view this page in

mhash_get_hash_name

(PHP 4, PHP 5)

mhash_get_hash_nameLer o nome da hash especificada

Descrição

string mhash_get_hash_name ( int $hash )

Obtém o nome da especificada hash .

Parâmetros

hash

O hash id. Uma das constantes MHASH_XXX.

Valor Retornado

Retorna o nome da hash ou FALSE, se a hash não existe.

Exemplos

Exemplo #1 Exemplo do mhash_get_hash_name()

<?php

echo mhash_get_hash_name(MHASH_MD5);

?>



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

mhash_keygen_s2k> <mhash_get_block_size
Last updated: Fri, 22 Aug 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites