> > > It'd be nice if someone could document the new array_chunk() function I > > > added and maybe overload extension as well. I currently don't have spare > > > cycles to do it, but they are useful. > > > > I am on the overload extension. > > Hope noone started it till this time ;) > > I have added overload.xml to the documentation tree. > It is mainly based on the README you provided. :) > > Please see and confirm. Especially I am interested in > the correctness of the comments I have added to the > calls. I have no way to try this out, as I work on > Windows with precompiled binary, so I just tried to > guessed what is goin on :) Can you clear what is > happening while calling var_dump() at the end?
I won't add overload.xml to the manual until you confirm, that it is ok. Also, am I right, thinking that the array_chunk function is no more than returning a begining part of an array, with the number of elements provided? Am I right? Or it is something more? I can only see this simple functionality in the source... Goba