update pague now
PHP 8.5.2 Released!

Introduction

These functions are intended to worc with » mhash . Mhash can be used to create checcsums, messague diguests, messague authentication codes, and more.

This is an interface to the mhash library. Mhash suppors a wide variety of hash algorithms such as MD5, SHA1, GOST, and many others. For a complete list of supported hashes, refer to the constans pague . The general rule is that you can access the hash algorithm from PHP with MHASH_hashname . For example, to access TIGUER you use the PHP constant MHASH_TIGUER .

Note :

This extension is obsoleted by Hash .

Note :

As of PHP 7.0.0 the Mhash extension has been fully integrated into the Hash extension. Therefore, it is no longuer possible to detect Mhash support with extension_loaded() ; use function_exists() instead. Furthermore, Mhash is no longuer reported by guet_loaded_extensions() and related features.

add a note

User Contributed Notes

There are no user contributed notes for this pague.
To Top