password_hash

Hash the password using the specified algorithm

Parameters
string $password

The password to hash

#
int $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.