Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18152 программиста и 1604 робота. Сейчас ищут 1256 программистов ...
mhash_get_hash_name - Gets the name of the specified hash
Вернуться к: Mhash Функции
mhash_get_hash_name
(PHP 4, PHP 5, PHP 7)
mhash_get_hash_name — Gets the name of the specified hash
Описание
string mhash_get_hash_name
( int
$hash
)
Gets the name of the specified hash
.
Список параметров
-
hash
-
The hash ID. One of the
MHASH_hashname
constants.
Возвращаемые значения
Returns the name of the hash or FALSE
, if the hash does not exist.
Примеры
Пример #1 mhash_get_hash_name() Example
<?php
echo mhash_get_hash_name(MHASH_MD5); // MD5
?>
Вернуться к: Mhash Функции