Get a list of registered hashing algorithms in PHP

Description

The following code shows how to get a list of registered hashing algorithms.

Example



<?php
print_r(hash_algos());
?>

The code above generates the following result.





















Home »
  PHP Tutorial »
    Development »




Environment
Error
Hash
Include
Locale
Math
Network
Output
Reflection
PHP Regular Expressions