„LnxUser::getDefaultPasswordSalt” változatai közötti eltérés

Innen: IT documentation
Nincs szerkesztési összefoglaló
 
22. sor: 22. sor:
print( 'Default password hash salt is ' . lnxGetDefaultPasswordSalt() . PHP_EOL );
print( 'Default password hash salt is ' . lnxGetDefaultPasswordSalt() . PHP_EOL );
</syntaxhighlight>
</syntaxhighlight>
[[Kategória:LnxUser]]

A lap jelenlegi, 2021. szeptember 23., 20:11-kori változata

Description

Object-oriented style

public lnxUser::getDefaultPasswordSalt(): string

Procedural style

public lnxGetDefaultPasswordSalt(): string

Get the current default password hash method.

Return Values

Returns the current default password hash salt.

You can read about password hash, salt, round relationships and requirements here.

Changelog

Version
(lnxUser)
Description
1.2 available

Examples

print( 'Default password hash salt is ' . lnxGetDefaultPasswordSalt() . PHP_EOL );