password_needs_rehash

Determine if the password hash needs to be rehashed according to the options provided If the answer is true, after validating the password using password_verify, rehash it.
Parameters Summary
string $hash
int $algo
array $options = array ( )