Login   Register  
PHP Classes
elePHPant
Icontem

FuncUtility

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us

  Author  
Picture of Stanislav Shramko
Name: Stanislav Shramko <e-mail contact>
Packages: 4 Browse all classes by Stanislav Shramko Browse all classes by
Country: Russian Federation Russian Federation - PHP jobs in Russian Federation
Age: 33
All time rank: 265165 in Russian Federation Russian Federation
Week rank: 1473 Up47 in Russian Federation Russian Federation Up
Innovation award
Innovation award
Nominee: 1x


  Detailed description   Download .zip .tar.gz  
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.

  Classes of Stanislav Shramko  >  FuncUtility  >  Download .zip .tar.gz  >  Support forum Support forum  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
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 Equal
 
  Groups   Rate classes User ratings   Applications   Files Files  

  Groups  
Group folder image PHP 5 Classes using PHP 5 specific features View top rated classes
Group folder image Data types Modeling and manipulating data types View top rated classes
Group folder image Language Constructs to assist in the language control View top rated classes


  Innovation Award  
PHP Programming Innovation award nominee
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

  User ratings  
Not yet rated by the users

  Applications that use this class  
No application links were specified for this class.
Add link image If you know an application of this package, send a message to the author to add a link here.
  Files folder image Files  
File Role Description
Accessible without login Plain text file FuncUtility.php Class The code

Download all files: funcutility.tar.gz funcutility.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.