HGeneAnthony Posted July 26, 2008 Share Posted July 26, 2008 I was recently reading up on ArrayObject and ArrayIterator and I had a few questions. I was hoping someone hear can answer them. 1) I read that an ArrayIterator doesn't store the contents of the array in memory just the current item. So where does it store the items? 2) Is there a way to store a multi dimensional array in an ArrayObject? Link to comment https://forums.phpfreaks.com/topic/116765-questions-about-arrayobject-and-arrayiterator/ Share on other sites More sharing options...
Barand Posted July 26, 2008 Share Posted July 26, 2008 Haven't used it so this is intuitive guesswork 1 ) On the arrayObject 2 ) as an an array of arrayObjects Link to comment https://forums.phpfreaks.com/topic/116765-questions-about-arrayobject-and-arrayiterator/#findComment-600521 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.