PHP Classes

Classes of benjamin RICHARD

Recommend this page to a friend!
  All class groups  >  All authors  >  Classes of benjamin RICHARD (1)  >  Mission progress status  >  Reputation  
Picture of benjamin RICHARD
Name: benjamin RICHARD <contact>
Classes: 1
Country: France France
Age: 47
All time rank: 113238 in France France
Week rank: 225 Up10 in France France Up
All time users: 2832
Week users: 0
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image Array Manipulation  
Manipulate data in array entries
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.


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z