 |
|
Innovation award
 Nominee: 1x |
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.
|
|
| Name: |
Multi-Dimensional Array Handler |
| Base name: |
marray |
| Description: |
Access multi-dimensional arrays with a single key |
| Version: |
1.0 |
| PHP version: |
5 |
| License: |
GNU General Public License (GPL) |
| All time users: |
1078 users |
| All time rank: |
3031 |
| Week users: |
0 users |
| Week rank: |
2067  |
| |
|
 February 2008
Number 8
Prize: One copy of Delphi for PHP |
Multi-dimensional arrays present a challenge to developers that need to reference elements of the arrays, which is the fact that you need a variable number of indexes to reference an element depending on its depth.
This class provide a solution to this problem by allowing to reference and manipulate an element by using a single string that comprises all the indexes of the element.
Manuel Lemos |
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Not sure (50.0%) |
Sufficient (75.0%) |
Good (83.3%) |
- |
- |
- |
Not sure (40.8%) |
2005 |
| Month: |
Not yet rated by the users |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|