„LnxUser::getDefaultPasswordHash” változatai közötti eltérés
Innen: IT documentation
| 10. sor: | 10. sor: | ||
Returns the current default password hash method. See [https://doc.onlinesoft.org/index.php | Returns the current default password hash method. See [https://doc.onlinesoft.org/index.php?title=LnxUser_PHP_Class_Reference#Constants LNX_PH family of constants]. | ||
== Changelog == | == Changelog == | ||
{| class="wikitable" | {| class="wikitable" | ||
A lap 2021. szeptember 21., 20:22-kori változata
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 );