LnxUser::getDefaultPasswordHash

Innen: IT documentation
A lap korábbi változatát látod, amilyen Moszat (vitalap | szerkesztései) 2021. szeptember 21., 20:20-kor történt szerkesztése után volt. (→‎Description)

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