Reply to Re: Creative a regular array from associative array?
Posted by Chung Leong on 03/08/06 04:26
namemattersnot@msn.com wrote:
> Re,
>
> I have the following array:
>
> $my_array[x]['date']
> ['time']
> ['filename']
>
> how do I create a $time_array that will ONLY have all values of
> $my_array[x]['time']? i can write a function to walk through the
> associative array, but is there a more efficient method?