Function password_verify
Verify a password against a hash using a timing attack resistant approach
Parameters summary
| string | $password | The password to verify | 
| string | $hash | The hash to verify against | 
Return value summary
| 
			boolean
		 | If the password matches the hash | 
