전문 번역가, 번역 회사, 웹 페이지 및 자유롭게 사용할 수 있는 번역 저장소 등을 활용합니다.
참고: to reduce complexity in the following source examples, we're only working with simple types such as integers at first. a discussion about creating more advanced types follows later in this chapter.
a discussion about creating more advanced types follows later in this chapter.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
array_reduce() applies iteratively the function function to the elements of the array input, so as to reduce the array to a single value. if the optional initial is available, it will be used at the beginning of the process, or as a final result in case the array is empty.
if the optional initial is available, it will be used at the beginning of the process, or as a final result in case the array is empty.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질: