Function __global->password_verify

Definitions

sources_custom/phpstub.php

  • Verify a password against a hash using a timing attack resistant approach.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: bool

Parameters

Name Type Default Set Range Description
$password string required parameter N/A N/A The password to verify
$hash string required parameter N/A N/A The hash to verify against

Return

  • If the password matches the hash
  • Type: boolean
  • Set: N/A
  • Range: N/A