Posted by Thomas Goyne on 01/10/05 00:20
On Sun, 09 Jan 2005 15:59:43 +0100, M. Sokolewicz <tularis@php.net> wrote:
> that's not a SPECIFIC place in the array, that's just current, next and
> previous. AFAIK there is no way to explicitly set the internal pointer
> of the array to a spcified place. I used a function which basically
> looped trough the array until it got to the correct depth, and then
> returned it by reference....but it's not very efficient :S
>
Why would you ever want to do that other than to waste cycles?
[Back to original message]
|