PHP Interface phpbb\passwords\driver\rehashable_driver_interface

Inheritance: extends phpbb\passwords\driver\driver_interface
Afficher le fichier Open project: phpbb/phpbb

Méthodes publiques

Méthode Description
needs_rehash ( string $hash ) : boolean Check if password needs to be rehashed

Method Details

needs_rehash() public méthode

Check if password needs to be rehashed
public needs_rehash ( string $hash ) : boolean
$hash string Hash to check for rehash
Résultat boolean True if password needs to be rehashed, false if not