crypt_preferred_method
(PECL xpass >= 1.1.0)
crypt_preferred_method — Get the prefix of the preferred hash method
パラメータ
この関数にはパラメータはありません。
戻り値
Returns a string with the prefix, or null
in case of an error.
例
例1 A crypt_preferred_method() example
<?php
var_dump(crypt_preferred_method());
?>
上の例の出力は以下となります。
string(3) "$y$"
参考
- crypt_gensalt() - Compile a string for use as the salt argument to crypt
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google