diff options
author | Andrei Zmievski <andrei@php.net> | 2000-05-09 19:27:00 +0000 |
---|---|---|
committer | Andrei Zmievski <andrei@php.net> | 2000-05-09 19:27:00 +0000 |
commit | fdbea075fa4c44556249608373f69fd28167861e (patch) | |
tree | 302cc822d78e71ce9449187ec9b49f89fb195507 /TODO | |
parent | 30da5fd8fcfd0446f3b7c3a63fc7319b65d65d62 (diff) | |
download | php-git-fdbea075fa4c44556249608373f69fd28167861e.tar.gz |
@- Added array_rand() function. (Andrei)
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -63,7 +63,7 @@ ext/pcre ext/standard ------------ * add a version number to data serialized via serialize(). - * array_add(), array_rand(), array_uniq(). (Andrei) + * array_add(), array_uniq(). (Andrei) * implement pathinfo() (what the heck is it?) * possibly modify parsing of GPC data to automatically create arrays if variable name is seen more than once. |