Online Documentation Server
 ПОИСК
ods.com.ua Web
 КАТЕГОРИИ
Home
Programming
Net technology
Unixes
Security
RFC, HOWTO
Web technology
Data bases
Other docs

 


 ПОДПИСКА

 О КОПИРАЙТАХ
Вся предоставленная на этом сервере информация собрана нами из разных источников. Если Вам кажется, что публикация каких-то документов нарушает чьи-либо авторские права, сообщите нам об этом.




mhash_get_hash_name

mhash_get_hash_name

(PHP3 >= 3.0.9, PHP4 )

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
     



With any suggestions or questions please feel free to contact us