PHP » GoLang |
login |
register |
about
|
GoLang password_needs_rehash
request it (324)
GoLang replacement for PHP's password_needs_rehash
[edit | history]
password_needs_rehash(PHP 5 >= 5.5.0, PHP 7) password_needs_rehash — Checks if the given hash matches the given options Description
bool password_needs_rehash
( string
$hash
, int $algo
[, array $options
] )This function checks to see if the supplied hash implements the algorithm and options provided. If not, it is assumed that the hash needs to be rehashed. Parameters
Examples
Example #1 Usage of password_needs_rehash()
<?php Return Values
Returns |
more
Recently updated
more
Most requested
more
Last requests
|