mhash_count | PHP 3.0.9 |
int mhash_count(void) |
|
Gets the number of available hashes. |
mhash_get_block_size | PHP 3.0.9 |
int mhash_get_block_size(int hash) |
|
Gets the block size of hash. |
mhash_get_hash_name | PHP 3.0.9 |
string mhash_get_hash_name(int hash) |
|
Gets the name of hash. |
mhash_keygen_s2k | PHP 4.0.4 |
string mhash_keygen_s2k(int hash, string input_password, string salt, int bytes) |
|
Generates a key using hash functions. |
mhash | PHP 3.0.9 |
string mhash(int hash, string data[, string key]) |
|
Hashes data with hash. |