我已经定义了一个接收数组数组的函数。我想得到所有数组的总和。我的问题是如何赚这笔钱。
DATE | Number
01-01-16 00:00:00 10
02-01-16 00:00:00 10
03-01-16 00:00:00 11
04-01-16 00:00:00 12
05-01-16 00:00:00 13
....
31-01-16 00:00.00 15
........
29-02-16 00:00:00 18
我以为我使用定义的“sum”,但不知道如何传递容器数组的内容。就像有一个更简单的方法来做到这一点。有什么想法吗?
答案 0 :(得分:2)
要获得“所有数组的总和”,您需要else if(isset($_GET["bookid"]))
{
$bookid = $_GET["bookid"];
if(/*Here you can check if the customer bought*/ == 1)
{ // If he has,
header("Location: http://domain/download/book.txt");
}
else
{
die("You didn't purchase this book!");
}
}
,而不是.flatten
。
.transpose
应该这样做。
或者您是否在询问如何使用vargargs调用函数?为此,您需要一个 splat 运算符:
args.flatten.sum