Date: 06/29/00
- Next message: Stefan Livieratos: "Re: [PHP-DOC] a question about Array"
- Previous message: Lesche & Song: "[PHP-DOC] a question about Array"
- In reply to: Lesche & Song: "[PHP-DOC] a question about Array"
- Next in thread: Stefan Livieratos: "Re: [PHP-DOC] a question about Array"
- Reply: Stefan Livieratos: "Re: [PHP-DOC] a question about Array"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> How can I transtorm an array including repeating/multiple values into
> an array with distinct values? ({1,2,2,3,4,4,5} =>{1,2,3,4,5})
Please do not ask questions like this on the phpdoc list.
And see the array_flip() function.
-Rasmus
- Next message: Stefan Livieratos: "Re: [PHP-DOC] a question about Array"
- Previous message: Lesche & Song: "[PHP-DOC] a question about Array"
- In reply to: Lesche & Song: "[PHP-DOC] a question about Array"
- Next in thread: Stefan Livieratos: "Re: [PHP-DOC] a question about Array"
- Reply: Stefan Livieratos: "Re: [PHP-DOC] a question about Array"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

