parent root
PHP: Mhash - Manual
PHP 7.2.23 Release Announcement

Mhash

add a noteadd a note

User Contributed Notes 2 notes

up
15
Typo
8 years ago
Note:

This extension is obsoleted by Hash.

I thought I would post this here as it took me a few minutes to find out.
up
-5
virgili dot garcia at gmail dot com
3 years ago
You can use:

$s = 'foo';
echo pack('H*', hash('md4', $s));
To Top
parent root