|
Posted by Marijn on 12/05/07 13:52
> My question is, will I be able to access and store values by
> addresses?
> Such as here:
> $database[33][NEXT][1221][NEXT][12][COUNT] += 1; for example
>
> Each element contains a COUNT value and an array of childs (NEXT),
> which can be non-empty, empty or non-existent (when i check if it
> exists)
Maybe you should tell us what it is exactly that you are storing,
cause it seems to me that you are over complicating things. What is it
you are counting and why do you currently group it in multi-level
arrays?
Marijn
Navigation:
[Reply to this message]
|