phpbb\passwords\driver\rehashable_driver_interface::needs_rehash PHP Method

needs_rehash() public method

Check if password needs to be rehashed
public needs_rehash ( string $hash ) : boolean
$hash string Hash to check for rehash
return boolean True if password needs to be rehashed, false if not
    public function needs_rehash($hash);
rehashable_driver_interface