make()
make(string $password, integer $algo = PASSWORD_BCRYPT, array $options = array()) : string|false
Hash the password using the specified algorithm
Parameters
| string | $password | The password to hash |
| integer | $algo | The algorithm to use (Defined by PASSWORD_* constants) |
| array | $options | The options for the algorithm to use |
Returns
string|false —The hashed password, or false on error.