LnxUser::getDefaultPasswordHash
Innen: IT documentation
Description
Object-oriented style
public lnxUser::getDefaultPasswordHash(): string
Procedural style
public lnxGetDefaultPasswordHash(): string
Get the current default password hash method.
Return Values
Returns the current default password hash method. See LNX_PH family of constants.
Changelog
| Version (lnxUser) |
Description |
|---|---|
| 1.1 | available |
Examples
print( lnxGetDefaultPasswordHash() . PHP_EOL );