crypt_checksaltValidate a crypt setting string Description
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. Parameters
Return Values
Returns one of the
ExamplesExample #1 A crypt_checksalt example
The above example will output: bool(true) bool(true) See Also
|