 |
|
Innovation award
 Nominee: 1x |
This class can be used to manipulate values in iterable data sets.
It can iterate over a set of elements contained in a collection managed by an object that implements the Iterable interface.
The class executes several types of operations to manipulate the collection elements by invoking given callback functions that determine what to do with the elements.
Currently it can filter a subset of the elements, call a function to manipulate each of the elements, map the elements to a new set of values, reduce the elements to a single value.
|
|
| Name: |
FuncUtility |
| Base name: |
funcutility |
| Description: |
Manipulate values in iterable data sets |
| Version: |
1.0 |
| PHP version: |
5.1 |
| License: |
GNU Lesser General Public License (LGPL) |
| All time users: |
257 users |
| All time rank: |
6384 |
| Week users: |
0 users |
| Week rank: |
2298  |
| |
|
 July 2009
Number 9
Prize: One downloadable copy of Komodo IDE |
PHP has functions for processing arrays like foreach, array_filter, array_map and array reduce that only work with arrays or objects classes that implement the ArrayAccess interface under PHP 5.
This provides an implementation of equivalent functions that also work with strings or objects of classes that implement the Iterator interface.
Manuel Lemos |
| Not yet rated by the users |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|