Array Treatment
Package:
Summary:
Count array values by given entry names
Groups:
Author:
Description:
This class can be used to count array values by given entry names.
It traverses a given array of associative array values and group all entries that have the same value of a given entry.
The class returns an associative array with key entries defined by one given entry, summing all values of another given entry.
It traverses a given array of associative array values and group all entries that have the same value of a given entry.
The class returns an associative array with key entries defined by one given entry, summing all values of another given entry.
Comments are closed.