Function password_hash
Hash the password using the specified algorithm
Parameters summary
string |
$password |
The password to hash |
integer |
$algo |
The algorithm to use (Defined by PASSWORD_* constants) |
array |
$options = array() |
The options for the algorithm to use |
Return value summary
string|false
|
The hashed password, or false on error. |