(PECL xpass >= 1.1.0)
crypt_preferred_method — Renvoie le préfixe de la méthode de hachage préférée
Cette fonction ne contient aucun paramètre.
Renvoie une chaîne avec le préfixe, ou null
en cas d'erreur.
Exemple #1 Un exemple de crypt_preferred_method()
<?php
var_dump(crypt_preferred_method());
?>
L'exemple ci-dessus va afficher :
string(3) "$y$"