HashPassword()
HashPassword(string $password): false|null|string
Create password hash creates a secured, salted password hash using custom method
Parameters
string | $password | The raw password |
Returns
false|null|string —The hashed password or, empty on error