(PECL xpass >= 1.1.0)
crypt_preferred_method — Get the prefix of the preferred hash method
crypt_preferred_method(): ?string
Get the prefix of the preferred hash method.
This function has no parameters.
Returns a string with the prefix, or null in case of an error.
Example #1 A crypt_preferred_method() example
<?php var_dump(crypt_preferred_method()); ?>
The above example will output:
string(3) "$y$"
© 1997–2025 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/function.crypt-preferred-method.php