Program_Root/utility.php

Description

Example included file with utility functions

Functions
sumElements (line 20)

Function to add numbers in arrays

This function returns an array in which every element is the sum of the two corresponding elements in the input arrays.

  • since: Version 0.9
array sumElements (array $array1, array $array2)
  • array $array1: The first input array
  • array $array2: The second input array

Documentation generated on Tue, 18 Nov 2003 17:31:31 +0100 by phpDocumentor 1.2.2