mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-16 14:01:14 +00:00
Add basic Extension docs
This commit is contained in:
7
php_modules/mhash/README.md
Normal file
7
php_modules/mhash/README.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# mhash
|
||||
|
||||
This is an interface to the mhash library. Mhash supports a wide variety of hash algorithms such as MD5, SHA1, GOST, and many others. For a complete list of supported hashes, refer to the constants page. The general rule is that you can access the hash algorithm from PHP with MHASH_hashname. For example, to access TIGER you use the PHP constant MHASH_TIGER.
|
||||
|
||||
| Platform | Url |
|
||||
|----------|------------------------------------------------------------------|
|
||||
| PHP.net | https://www.php.net/manual/en/book.mhash.php |
|
||||
Reference in New Issue
Block a user