MatchInterface
in
Table of Contents
Methods
- getGuesses() : float
- getGuessesLog10() : float
- match() : array<string|int, mixed>|array<string|int, BaseMatch>
- Match this password.
Methods
getGuesses()
public
getGuesses() : float
Return values
floatgetGuessesLog10()
public
getGuessesLog10() : float
Return values
floatmatch()
Match this password.
public
static match(string $password[, array<string|int, mixed> $userInputs = [] ]) : array<string|int, mixed>|array<string|int, BaseMatch>
Parameters
- $password : string
-
Password to check for match
- $userInputs : array<string|int, mixed> = []
-
Array of values related to the user (optional)
Tags
Return values
array<string|int, mixed>|array<string|int, BaseMatch> —Array of Match objects