password_algos
PHP 7 >= 7.4.0, PHP 8
password_algos - Get available password hashing algorithm IDs
password_algos(
): array
Returns a complete list of all registered password hashing algorithm IDs as an array of strings.
Parameters
This function has no parameters.
Return Values
Returns the available password hashing algorithm IDs.