Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Thruway
Authentication
WampCraUserDbInterface
PHP Interface Thruway\Authentication\WampCraUserDbInterface
Afficher le fichier
Open project: voryx/thruway
Méthodes publiques
Méthode
Description
get
(
string
$authid
) :
mixed
This should take a authid string as the argument and return an associative array with authid, key, and salt.
Method Details
get()
public
méthode
If salt is non-null, the key is the salted version of the password.
public
get
(
string
$authid
) :
mixed
$authid
string
Résultat
mixed