Adam 2009-01-30
Documentation » Utilitiesphpbb_check_hash
Check for correct phpBB password
bool phpbb_check_hash( string $password, string $hash )
Parameters
- string $password Password to check
- string $hash phpBB password's hash
Returns
- bool TRUE if the password matches hash, FALSE otherwise
Last edited 2009-02-24 16:40:27
