Пример #1
0
 public static function product()
 {
     return _Array::fold(function ($a, $b) {
         return $a * $b;
     }, 1);
 }