phpbb\passwords\driver\rehashable_driver_interface::needs_rehash PHP Méthode

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
    public function needs_rehash($hash);
rehashable_driver_interface