(PECL xpass >= 1.1.0)
crypt_preferred_method — Get the prefix of the preferred hash method
Bu işlevin bağımsız değişkeni yoktur.
Returns a string with the prefix, or null
if error.
Örnek 1 A crypt_preferred_method() example
<?php
var_dump(crypt_preferred_method());
?>
Yukarıdaki örneğin çıktısı:
string(3) "$y$"