Function password_hash
Hash the password using the specified algorithm
Copyright:
2012 The Authors
License: MIT License
Author: Anthony Ferrara <ircmaxell@php.net>
Located at vendor/ircmaxell/password-compat/lib/password.php
License: MIT License
Author: Anthony Ferrara <ircmaxell@php.net>
Located at vendor/ircmaxell/password-compat/lib/password.php
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. |