PHP Classes

Classes of Colin Jermain

Recommend this page to a friend!
  All class groups  >  All authors  >  Classes of Colin Jermain (1)  >  Mission progress status  >  Reputation  
Picture of Colin Jermain
Name: Colin Jermain <contact>
Classes: 1
Country: United States United States
Age: ???
All time rank: 2211311 in United States United States
Week rank: 195 Up19 in United States United States Up
All time users: 1124
Week users: 0
Innovation award
Innovation award
Nominee: 1x
 
  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 Multi-Dimensional Array...  
PHP Programming Innovation award nominee
February 2008
Number 8


Prize: One copy of Delphi for PHP
Access multi-dimensional arrays with a single key
This class can be used to access multi-dimensional array entries with a single string entry key.

It allows to reference elements of an array an arbitrary depth using a single string that represents the element array indexes separated with commas.

The class can take an element index string and set or get its value, check if the element is set, or check it is empty or return the count of entries if the element is an array.


  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