Search Results
See Also ¶ hash () - Generate a hash value (message digest) hash_hmac_algos () - Return a list of registered hashing algorithms suitable for hash_hmac
- Hash
Parameters ¶ algo Name of selected hashing algorithm (e.g....
- Hash
Jul 11, 2025 · The hash_algos () function is an inbuilt function in PHP which is used to return a list of registered hashing algorithms. Syntax: array hash_algos( void ) Parameter: This function does not accepts any parameter. Return Value: This function returns a numerically indexed array which contains the list of supported hashing algorithms.
hash_algos Function Availability PHP Codex data is built by collecting PHP symbol data on the latest release of each PHP version, or the nightly builds of the active development branch, and analyzing them to determine their availability and signature data. This ensures that symbol changes and availability is technically the most accurate.
Valeurs de retour Retourne un tableau indexé numériquement contenant la liste des algorithmes de hachage supportés.
Syntaxe hash_algos () : array Valeurs de retour La fonction PHP hash_algos () renvoie un tableau indexé numérique de tous les algorithmes de hachage pris en charge. Version PHP Cette fonction fonctionnera à partir de la version PHP supérieure à 5.1.2. Exemple...
The hash_algos() function returns an array of all the hashing algorithms supported. PHP hash_algos() function returns numeric indexed array of all supported hash algorithms. This function will work from PHP Version greater than 5.1.2.
List of hash functions This is a list of hash functions, including cyclic redundancy checks, checksum functions, and cryptographic hash functions.
