Re: [PHP] Re: Get recursive array

2006-02-07 Thread Jochem Maas
Bruno B B Magalhães wrote: Hi Jochem, well, thanks for the code... it's working perfect, but it seams a little bit slow as it's using while... doesn't? slow as compared to what? - its a very basic loop. maybe a foreach loop would run quicker but unless you we're calling this method 10,000s o

[PHP] Re: Get recursive array

2006-02-06 Thread Bruno B B Magalhães
Hi Jochem, well, thanks for the code... it's working perfect, but it seams a little bit slow as it's using while... doesn't? Now, abusing of you, how can I unset a variable the same recursive way? :D Maybe like this? / ***