Method Array.sum_arrays() Method sum_arrays array sum_arrays(function(int(0) ... :mixed) sum, array ... args) Description Applies the function sum columnwise on the elements in the provided arrays. E.g. sum_arrays(`+,a,b,c) does the same as `+(a[*],b[*],c[*]).