password_verify($password, $hash)
| Parameters: |
|
|---|---|
| Returns: |
TRUE if the password matches the hash, FALSE if not |
| Return type: |
bool |
For more information, please refer to the PHP manual for password_verify().
password_verify($password, $hash)
| Parameters: |
|
|---|---|
| Returns: |
TRUE if the password matches the hash, FALSE if not |
| Return type: |
bool |
For more information, please refer to the PHP manual for password_verify().
Please login to continue.