Mhash
- Введение
- Installing/Configuring
- Предопределенные константы
- Примеры
- mhash — Mhash Функции
- mhash_count — Get the highest available hash id
- mhash_get_block_size — Get the block size of the specified hash
- mhash_get_hash_name — Get the name of the specified hash
- mhash_keygen_s2k — Generates a key
- mhash — Compute hash
Коментарии
Note:
This extension is obsoleted by Hash.
I thought I would post this here as it took me a few minutes to find out.
You can use:
$s = 'foo';
echo pack('H*', hash('md4', $s));