Documentation

MatchInterface

Table of Contents

Methods

getGuesses()  : float
getGuessesLog10()  : float
match()  : array<string|int, mixed>|array<string|int, BaseMatch>
Match this password.

Methods

getGuessesLog10()

public getGuessesLog10() : float
Return values
float

match()

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
code

array('Alice Smith')

endcode
Return values
array<string|int, mixed>|array<string|int, BaseMatch>

Array of Match objects


        
On this page

Search results