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
YiiPassword
Strategies
HttpDigest
PHP Class YiiPassword\Strategies\HttpDigest
Inheritance:
extends
YiiPassword\Strategy
ファイルを表示
Open project: phpnode/yiipassword
Public Properties
Property
Type
Description
$realm
string
The realm used for this strategy
Public Methods
Method
Description
encode
(
string
$password
) :
string
Encode a plain text password.
Method Details
encode()
public
method
Encode a plain text password.
public
encode
(
string
$password
) :
string
$password
string
the plain text password to encode
return
string
the encoded password
Property Details
$realm
public_oe property
The realm used for this strategy
public
string
$realm
return
string