Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
phpstreams
collectors
ReducingCollector
PHP 클래스 phpstreams\collectors\ReducingCollector
저자:
Bert Peters (
[email protected]
)
상속:
implements
phpstreams\Collector
파일 보기
프로젝트 열기: bertptrs/phpstreams
공개 메소드들
메소드
설명
__construct
(
$identity
,
callable
$reductor
)
add
(
$key
,
$value
)
get
( )
메소드 상세
__construct()
공개
메소드
public
__construct
(
$identity
,
callable
$reductor
)
$reductor
callable
add()
공개
메소드
public
add
(
$key
,
$value
)
get()
공개
메소드
public
get
( )