Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Pinq
Iterators
Common
SetOperations
ISetFilter
PHP Interface Pinq\Iterators\Common\SetOperations\ISetFilter
Author:
Elliot Levin (
[email protected]
)
Show file
Open project: timetoogo/pinq
Public Methods
Method
Description
filter
(
mixed
$key
,
mixed
$value
) :
boolean
Returns whether the key and value is valid.
initialize
( ) :
void
Initializes the set filter.
Method Details
filter()
public
method
Returns whether the key and value is valid.
public
filter
(
mixed
$key
,
mixed
$value
) :
boolean
$key
mixed
$value
mixed
return
boolean
initialize()
public
method
Initializes the set filter.
public
initialize
( ) :
void
return
void