Password::matches()
Does this Password match the given string?
Usage
$bool = $password->matches(string $pass);Arguments
| Name | Type(s) | Description |
|---|---|---|
$pass | string | Password to compare |
Return value
bool
Password methods and properties
API reference based on ProcessWire core version 3.0.253