Gold Vision Communications / USA
 GOLDVISION.COM
Serving the Multimedia Community since 1989.
German Site | Spanish Site 

 Web Hosting

 Virtual Dedicated Servers

 Domaincheck

 Order

 Order Status

 Support

 Contact us

 Download

 Network

 Network Status

 Webdesign / Templates

 Make Payment

 Terms & Conditions

 Imprint

 Legal Notices

 Privacy Statement
  PHP / mhash_get_hash_name
mhash_get_hash_name

mhash_get_hash_name

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

mhash_get_hash_name -- Get the name of the specified hash

Description

string mhash_get_hash_name ( int hash)

mhash_get_hash_name() is used to get the name of the specified hash.

mhash_get_hash_name() takes the hash id as an argument and returns the name of the hash or FALSE, if the hash does not exist.

Example 1. mhash_get_hash_name() example

<?php
$hash = MHASH_MD5;

print mhash_get_hash_name ($hash);
?>

The above example will print out:
MD5


© 1998-2007 Gold Vision Communications All Rights Reserved.