Date: 08/15/01
- Previous message: Marco Cucinato: "Re: [PHP-DOC] Re: Another array.xml doc error?"
- In reply to: Marco Cucinato: "Re: [PHP-DOC] Re: Another array.xml doc error?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> array_unique(array(4,"3",3,"4",4,4))
>
> the manual: array (3,3,4,4)
> 4.0.4pl1 : array (4,"3",3,"4")
> 4.0.6 : array (4,"3")
There were/are some bugs about array_unique, that have to do with this.
Search the bug db for it... it must be somewhere.
Greetz,
Jeroen
- Previous message: Marco Cucinato: "Re: [PHP-DOC] Re: Another array.xml doc error?"
- In reply to: Marco Cucinato: "Re: [PHP-DOC] Re: Another array.xml doc error?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

