Re: [PHP] Re: foreach questions

2008-01-01 Thread jekillen
On Jan 1, 2008, at 3:34 PM, Richard Lynch wrote: Hit send too soon. Sorry! On Tue, January 1, 2008 2:05 pm, jekillen wrote: Several questions: How long can an index be in an associative array? (the indexes I use in this array are 32 character hashes) As far as I know, it can be as big as y

Re: [PHP] Re: foreach questions

2008-01-01 Thread Richard Lynch
Hit send too soon. Sorry! On Tue, January 1, 2008 2:05 pm, jekillen wrote: >>> Several questions: >>> How long can an index be in an associative array? (the indexes I >>> use >>> in this array are 32 character hashes) As far as I know, it can be as big as your RAM will hold... >>> Can it start