Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Scientist
Matchers
StandardMatcher
PHP Class Scientist\Matchers\StandardMatcher
Inheritance:
implements
Scientist\Matchers\Matcher
Mostrar archivo
Open project: daylerees/scientist
Class Usage Examples
Public Methods
Method
Description
match
(
mixed
$control
,
mixed
$trial
) :
boolean
Determine whether two values match.
Method Details
match()
public
method
Determine whether two values match.
public
match
(
mixed
$control
,
mixed
$trial
) :
boolean
$control
mixed
$trial
mixed
return
boolean