Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
hash
hash
Generate hash value (message digest)
Name:
hash
Category:
Hash
Programming Language:
php
One-line Description:
Generate hash value (message digest)
Related
Generate HMAC (Hash-based Message Authentication Code) Using PHP's hash() Function
8
How to Generate MD5 Hash with PHP’s hash() Function: Quick Start Example
1
Similar Functions
hash_init
hash_init
Initializetheincreme
hash_update_file
hash_update_file
Populatedatafromfile
hash_hmac_file
hash_hmac_file
Generateahashvaluewi
hash_file
hash_file
Generatehashvalues
hash_hkdf
hash_hkdf
GeneratetheHKDFkeyde
hash_update_stream
hash_update_stream
Populatedatafromopen
hash_hmac_algos
hash_hmac_algos
Returnsalistofregist
hash_algos
hash_algos
Returnstheregistered
Popular Articles
How to Generate MD5 Hash with PHP’s hash() Function: Quick Start Example
Generate HMAC (Hash-based Message Authentication Code) Using PHP's hash() Function