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

search for in the

mhash_keygen_s2k> <mhash_get_block_size
[edit] Last updated: Fri, 25 May 2012

view this page in

mhash_get_hash_name

(PHP 4, PHP 5)

mhash_get_hash_nameGibt den Namen eines Hashs zurück

Beschreibung

string mhash_get_hash_name ( int $hash )

mhash_get_hash_name() wird verwendet, um den Namen eines Hashes zu erfahren.

mhash_get_hash_name() nimmt die Hash-Id als Argument und gibt den Namen des Hashs zurück oder FALSE, wenn der Hash nicht existiert.

Beispiel #1 mhash_get_hash_name-Beispiel

<?php
$hash 
MHASH_MD5;

print 
mhash_get_hash_name ($hash);
?>

Das Beispiel oben gibt aus:

MD5



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

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