Re: [PHP-DOC] a question about Array From: Rasmus Lerdorf (rasmus <email protected>)
Date: 06/29/00

> 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