(PECL xpass >= 1.1.0)
crypt_preferred_method — Get the prefix of the preferred hash method
Questa funzione non contiene parametri.
Example #1 A crypt_preferred_method() example
<?php
var_dump(crypt_preferred_method());
?>
Il precedente esempio visualizzerà:
string(3) "$y$"