crypt_checksaltValidate a crypt setting string 説明
stringnull crypt_checksalt(string
$salt )Checks the salt string against the system configuration and reports whether the hashing method and parameters it specifies are acceptable. It is intended to be used to determine whether the user's passphrase should be re-hashed using the currently preferred hashing method. パラメータ
戻り値
Returns one of the
例例1 A crypt_checksalt example
上の例の出力は以下となります。 bool(true) bool(true) 参考
|