Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Redaxscript
Validator
Password
PHP Class Redaxscript\Validator\Password
Since:
2.6.0
Author:
Henry Ruhs
Inheritance:
implements
Redaxscript\Validator\ValidatorInterface
Datei anzeigen
Open project: redaxmedia/redaxscript
Class Usage Examples
Public Methods
Method
Description
validate
(
string
$password
= null,
string
$hash
= null ) :
boolean
validate the password
Method Details
validate()
public
method
validate the password
Since:
2.6.0
public
validate
(
string
$password
= null,
string
$hash
= null ) :
boolean
$password
string
plain password
$hash
string
hashed password
return
boolean