March 2002
Intermediate to advanced
528 pages
21h 29m
English
array_reduce
mixed array_reduce(arrayarray, mixedcallback[, intinitial])
Returns a value derived by iteratively calling the given callback function with pairs of values from the array. If the third parameter is supplied, it, along with the first element in the array, is passed to the callback function for the initial call.