summaryrefslogtreecommitdiff
path: root/ext/standard/php_array.h
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>2000-05-09 19:27:00 +0000
committerAndrei Zmievski <andrei@php.net>2000-05-09 19:27:00 +0000
commitfdbea075fa4c44556249608373f69fd28167861e (patch)
tree302cc822d78e71ce9449187ec9b49f89fb195507 /ext/standard/php_array.h
parent30da5fd8fcfd0446f3b7c3a63fc7319b65d65d62 (diff)
downloadphp-git-fdbea075fa4c44556249608373f69fd28167861e.tar.gz
@- Added array_rand() function. (Andrei)
Diffstat (limited to 'ext/standard/php_array.h')
-rw-r--r--ext/standard/php_array.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/php_array.h b/ext/standard/php_array.h
index 033953839a..519b4b33af 100644
--- a/ext/standard/php_array.h
+++ b/ext/standard/php_array.h
@@ -67,6 +67,7 @@ PHP_FUNCTION(array_count_values);
PHP_FUNCTION(array_reverse);
PHP_FUNCTION(array_pad);
PHP_FUNCTION(array_flip);
+PHP_FUNCTION(array_rand);
HashTable* _phpi_splice(HashTable *, int, int, zval ***, int, HashTable **);
int multisort_compare(const void *a, const void *b);