On Tue, Mar 16, 2010 at 17:12, Mikko Koppanen wrote:
> On Tue, Mar 16, 2010 at 2:12 PM, Christian Schneider
> wrote
>> I thinks the user space implementation
>>
>> function array_seek($array, $pos)
>> {
>> $a = array_values($array);
>> return $a[$pos];
>> }
>>
>> is simple enough to
On Tue, Mar 16, 2010 at 2:12 PM, Christian Schneider
wrote
> I thinks the user space implementation
>
> function array_seek($array, $pos)
> {
> $a = array_values($array);
> return $a[$pos];
> }
>
> is simple enough to not add a native function for this.
>
> It might not be the most e