Login   Register  
PHP Classes

Class: Array Manipulation

Icontem
elePHPant

  Classes of benjamin RICHARD  >  Array Manipulation  >  Download  >  Support forum Support forum  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: Array Manipulation Support forum
Base name: arraymanip
Description: Manipulate data in array entries
Version: -
Required PHP version: -
License: BSD License
 
  Author   Group folder image Groups   Detailed description  
  Applications   Files Files  

Author

Picture of benjamin RICHARD
Name: benjamin RICHARD <e-mail contact>
Published packages: 1 Browse this author's classes Browse this author's classes
Country: France France - PHP jobs in France
Home page: http://beer-taste.ath.cx/

Groups

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

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.

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

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.