Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Eloquent
Phony
Matcher
Matcher
PHP Interface Eloquent\Phony\Matcher\Matcher
Inheritance:
extends
Eloquent\Phony\Matcher\Matchable
ファイルを表示
Open project: eloquent/phony
Interface Usage Examples
Public Methods
Method
Description
matches
(
mixed
$value
) :
boolean
Returns
true
if
$value
matches this matcher's criteria.
Method Details
matches()
public
method
Returns
true
if
$value
matches this matcher's criteria.
public
matches
(
mixed
$value
) :
boolean
$value
mixed
The value to check.
return
boolean
True if the value matches.