YOU SAID:
it will be used at the beginning of the process, or as a final result in case the array is empty.
INTO JAPANESE
array_reduce() は、配列 input の各要素に callback 関数を繰り返し適用し、 配列を一つの値に減らします。オプション intial が利用可能な場合、処理の最初で使用されたり、配列が空の場合の最終結果 として使用されます。
BACK INTO ENGLISH
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.
INTO JAPANESE
array_reduce() は、配列 input の各要素に callback 関数を繰り返し適用し、 配列を一つの値に減らします。オプション intial が利用可能な場合、処理の最初で使用されたり、配列が空の場合の最終結果 として使用されます。
BACK INTO ENGLISH
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.
You love that! Don't you?