February 2013
Intermediate to advanced
538 pages
20h 55m
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.
Read now
Unlock full access