mhash_count | PHP 3.0.9 |
int mhash_count(void) |
|
Obtient le nombre de hash disponibles |
mhash_get_block_size | PHP 3.0.9 |
int mhash_get_block_size(int hash) |
|
Obtient la taille de bloc de hash |
mhash_get_hash_name | PHP 3.0.9 |
string mhash_get_hash_name(int hash) |
|
Obtient le nom de hash |
mhash_keygen_s2k | PHP 4.0.4 |
string mhash_keygen_s2k(int hash, string input_password, string salt, int bytes) |
|
Génère une clé à l'aide des fonctions hash |
mhash | PHP 3.0.9 |
string mhash(int hash, string data[, string key]) |
|
Associe des hash aux données |