From fdbea075fa4c44556249608373f69fd28167861e Mon Sep 17 00:00:00 2001 From: Andrei Zmievski Date: Tue, 9 May 2000 19:27:00 +0000 Subject: @- Added array_rand() function. (Andrei) --- ext/standard/php_array.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/standard/php_array.h') 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); -- cgit v1.2.1