|
Posted by Captain Paralytic on 02/01/08 12:51
On 1 Feb, 12:40, Kovu <kovut...@gmail.com> wrote:
> Hi, I have the next problem. I want to sort the array for the key,
> using a function. I have been looking for a function to operate with
> arrays, but I haven't found anything.
>
> Ej:
>
> Array
> (
> [43] => 001480-----3-----04/11/2003
> [50] => 001000-----3-----04/11/2005
> )
>
> I want to convert this array to:
>
> Array
> (
> [1] => 001480-----3-----04/11/2003
> [2] => 001480-----3-----04/11/2003
> )
>
> Thaks.
Wow you must have looked really hard!
Did you even put
php array sort key
into Google?
Navigation:
[Reply to this message]
|