Login   Register  
PHP Classes
elePHPant
Icontem

Class: Array Manipulation

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of benjamin RICHARD  >  Array Manipulation  >  Download .tar.gz .zip  >  Support forum Support forum  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: Array Manipulation
Base name: arraymanip
Description: Manipulate data in array entries
Related classes: , ,
Version: -
PHP version: -
License: BSD License
All time users: 2735 users
All time rank: 1122
Week users: 1 user
Week rank: 2420
Picture of benjamin RICHARD
Author: benjamin RICHARD <e-mail contact>
Packages: 1 Browse this author's classes Browse this author's classes
Country: France France - PHP jobs in France
Age: 35
All time rank: 91034 in France France
Week rank: 1615 Down43 in France France Down


  Detailed description  
This class is meant to manipulate data in array entries.

It is capable of moving an element from a position to another, deleting an element, and inserting elements in specific position.

In PHP you can use array indexed by numeric integer position, associative arrays index by string keys, and arrays indexed by a mix of integers or string keys . Although it is not recommended to use the mixed type of indexed arrays, this class also supports such type of arrays.

You can specify which type of indexing you want to use when you call the class constructor. The default is to work with integer indexed arrays.

 

  Groups  
Group folder image Data types Modeling and manipulating data types View top rated classes

  Rate classes User ratings   Applications   Files Files  

  User ratings  
There are not enough user ratings to display for this class.

  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
Plain text file class.array.php Class Class
Plain text file sample Doc. How To Use the Class

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