Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Widmogrod
FantasyLand
Foldable
PHP 인터페이스 Widmogrod\FantasyLand\Foldable
파일 보기
프로젝트 열기: widmogrod/php-functional
0 사용 예제들
공개 메소드들
메소드
설명
reduce
(
callable
$function
,
mixed
$accumulator
) :
mixed
reduce :: (b -> a -> b) -> b -> b
메소드 상세
reduce()
공개
메소드
reduce :: (b -> a -> b) -> b -> b
public
reduce
(
callable
$function
,
mixed
$accumulator
) :
mixed
$function
callable
Binary function ($accumulator, $value)
$accumulator
mixed
Value to witch reduce
리턴
mixed
Same type as $accumulator