crypt_preferred_methodGet the prefix of the preferred hash method 説明
stringnull crypt_preferred_method()
Get the prefix of the preferred hash method. パラメータこの関数にはパラメータはありません。 戻り値
Returns a string with the prefix, or 例例1 A crypt_preferred_method example
上の例の出力は以下となります。 string(3) "$y$" 参考
|