PHP 인터페이스 Scientist\Matchers\Matcher

Matchers allow you to alter the success criteria of an experiment.
파일 보기 프로젝트 열기: daylerees/scientist 0 사용 예제들

공개 메소드들

메소드 설명
match ( mixed $control, mixed $trial ) : boolean Determine whether two values match.

메소드 상세

match() 공개 메소드

Determine whether two values match.
public match ( mixed $control, mixed $trial ) : boolean
$control mixed
$trial mixed
리턴 boolean