Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Pop
Auth
Adapter
AdapterInterface
PHP Interface Pop\Auth\Adapter\AdapterInterface
Author:
Nick Sagona, III (
[email protected]
)
ファイルを表示
Open project: nicksagona/PopPHP
Public Methods
Method
Description
authenticate
(
string
$username
,
string
$password
,
integer
$encryption
,
array
$options
) :
boolean
Method to authenticate the user
getUser
( ) :
array
Method to the user data array
Method Details
authenticate()
public
method
Method to authenticate the user
public
authenticate
(
string
$username
,
string
$password
,
integer
$encryption
,
array
$options
) :
boolean
$username
string
$password
string
$encryption
integer
$options
array
return
boolean
getUser()
public
method
Method to the user data array
public
getUser
( ) :
array
return
array