login
Table of Contents
- hash_password() : string
- Hashes the given password according to the current settings defined in $settings.
Functions
hash_password()
Hashes the given password according to the current settings defined in $settings.
hash_password(string $pass) : string
Parameters
- $pass : string
-
The password to hash.
Return values
string —The hashed password. Uses password_hash() under-the-hood, but with some additional extras to avoid known issues.