Re: [PHP] How do I start at a specific position in an array? Is there a function?
Posted by Tr on 01/09/05 14:22
Brent Clements wrote / napísal (a):
>I know this is a simple question because I could easily write a loop
>to move to the specific position in the array, but I want to know is
>there a function to move the array pointer position to a specific
>position in the array?
>
>Thanks,
>Brent
>
>
>
next($array)
prev($array)
current($array)