crypt_preferred_method

Get the prefix of the preferred hash method

Description

stringnull crypt_preferred_method()

Get the prefix of the preferred hash method.

Parameters

This function has no parameters.

Return Values

Returns a string with the prefix, or null in case of an error.

Examples

Example #1 A crypt_preferred_method example

<?php
var_dump(crypt_preferred_method());
?>

The above example will output:

string(3) "$y$"

See Also

  • crypt_gensalt