Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Cartalyst
Sentinel
Hashing
BcryptHasher
PHP Class Cartalyst\Sentinel\Hashing\BcryptHasher
Inheritance:
implements
Cartalyst\Sentinel\Hashing\HasherInterface
,
use trait
Hasher
Mostrar archivo
Open project: cartalyst/sentinel
Class Usage Examples
Public Properties
Property
Type
Description
$strength
integer
The hash strength.
Public Methods
Method
Description
check
(
$value
,
$hashedValue
)
{@inheritDoc}
hash
(
$value
)
{@inheritDoc}
Method Details
check()
public
method
{@inheritDoc}
public
check
(
$value
,
$hashedValue
)
hash()
public
method
{@inheritDoc}
public
hash
(
$value
)
Property Details
$strength
public_oe property
The hash strength.
public
int
$strength
return
integer