[PHP] Set Current Array Pointer

2003-02-18 Thread Sascha Braun
Hi Folks, is it possible to set the pointer of an array to a specific key or value of the array, so i can write an array navi- gation script? Maybe there is a way to use pos() to set it to a specific place in the array, but i dont know how. Please help me. Sascha -- PHP General Mailing List

Re: [PHP] Set Current Array Pointer

2003-02-18 Thread Chris Boget
is it possible to set the pointer of an array to a specific key or value of the array, so i can write an array navi- gation script? Maybe there is a way to use pos() to set it to a specific place in the array, but i dont know how. Well, you can always access the array elements using a