1
0
mirror of https://github.com/php/php-src.git synced 2026-04-19 22:11:12 +02:00

array_uniq() has been implemented by someone else.

This commit is contained in:
Andrei Zmievski
2000-06-13 17:47:05 +00:00
parent 3ce3e9ba27
commit 307a234879

2
TODO
View File

@@ -71,7 +71,7 @@ ext/session
ext/standard
------------
* add a version number to data serialized via serialize().
* array_add(), array_uniq(). (Andrei)
* array_add(). (Andrei)
* implement pathinfo()
$a = pathinfo("/some/file.bla");