Re: [PHP-DOC] Manual entry for array_unique

2008-09-30 Thread Philip Olson
On 30 Sep 2008, at 13:18, Alan McEwen wrote: In almost all respects the documentation is very good and much appreciated. Just a small suggestion that the manual entry for the array_unique function should be a little more clear that the elements of the array argument must be scalar. Othe

[PHP-DOC] Manual entry for array_unique

2008-09-30 Thread Alan McEwen
In almost all respects the documentation is very good and much appreciated. Just a small suggestion that the manual entry for the array_unique function should be a little more clear that the elements of the array argument must be scalar. Otherwise the function returns only the first array element.