PHP Interface Scientist\Matchers\Matcher

Matchers allow you to alter the success criteria of an experiment.
Afficher le fichier Open project: daylerees/scientist Interface Usage Examples

Méthodes publiques

Méthode Description
match ( mixed $control, mixed $trial ) : boolean Determine whether two values match.

Method Details

match() public méthode

Determine whether two values match.
public match ( mixed $control, mixed $trial ) : boolean
$control mixed
$trial mixed
Résultat boolean