LnxUser::getDefaultPasswordRound

Innen: IT documentation
A lap korábbi változatát látod, amilyen Moszat (vitalap | szerkesztései) 2021. szeptember 23., 19:29-kor történt szerkesztése után volt. (Új oldal, tartalma: „==Description== Object-oriented style<syntaxhighlight lang="php"> public lnxUser::getDefaultPasswordRound(): string </syntaxhighlight>Procedural style<syntaxhighlight l…”)
(eltér) ← Régebbi változat | Aktuális változat (eltér) | Újabb változat→ (eltér)

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 );