Forum Moderators: coopster
Raises an interesting question: what is the limit on the size of an array key? Is it just a function of system memory? An array index is merely a string and the manual says
Note: It is no problem for a string to become very large. There is no practical bound to the size of strings imposed by PHP, so there is no reason at all to worry about long strings.
So I take it back. Go ahead and index your arrays using the contents of a volume of the Encyclopedia Britannica. Looks like it should be okay ;-)