Password::matches()

Does this Password match the given string?

Usage

$bool = $password->matches(string $pass);

Arguments

NameType(s)Description
$passstring

Password to compare

Return value

bool


Password methods and properties

API reference based on ProcessWire core version 3.0.253