„LnxUser::getDefaultPasswordRound” változatai közötti eltérés
Innen: IT documentation
(Új oldal, tartalma: „==Description== Object-oriented style<syntaxhighlight lang="php"> public lnxUser::getDefaultPasswordRound(): string </syntaxhighlight>Procedural style<syntaxhighlight l…”) |
Nincs szerkesztési összefoglaló |
||
| 22. sor: | 22. sor: | ||
print( 'Default password hash round is ' . lnxGetDefaultPasswordRound() . PHP_EOL ); | print( 'Default password hash round is ' . lnxGetDefaultPasswordRound() . PHP_EOL ); | ||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Kategória:LnxUser]] | |||
A lap jelenlegi, 2021. szeptember 23., 20:11-kori változata
Description
Object-oriented style
public lnxUser::getDefaultPasswordRound(): string
Procedural style
public lnxGetDefaultPasswordRound(): string
Get the current default password hash round.
Return Values
Returns the current default password hash round.
You can read about password hash, salt, round relationships and requirements here.
Changelog
| Version
(lnxUser) |
Description |
|---|---|
| 1.2 | available |
Examples
print( 'Default password hash round is ' . lnxGetDefaultPasswordRound() . PHP_EOL );