You have been redirected from an outdated version of the article. Below is the content available on this topic. To view the old article click here.

add()

Usage

add(values...)

Description
Returns the sum of all the values.

Example

${add(1, 2, 3, 4)}

results in

10

Search results for "add()"

date_add()

Adds the given parameters to the given date and returns the resulting date.

date_add(date, year[, month[, day[, hour[, minute[, second]]]]])

add()

Returns the sum of all the values.

add(values...)