diff options
author | Andrei Zmievski <andrei@php.net> | 2000-05-30 17:03:56 +0000 |
---|---|---|
committer | Andrei Zmievski <andrei@php.net> | 2000-05-30 17:03:56 +0000 |
commit | 01a4220954065327a20752457993b624deb8ab7b (patch) | |
tree | 3e3b686e03e4bdc457c70ed5a1f9e585b4a90910 /ext/standard/php_array.h | |
parent | 0aed5fd91c9893eb1688f2f0184ca4e4aa6aeff7 (diff) | |
download | php-git-01a4220954065327a20752457993b624deb8ab7b.tar.gz |
@- Added array_merge_recursive() that will recursively merge values
@ under the same keys. (Andrei)
Diffstat (limited to 'ext/standard/php_array.h')
-rw-r--r-- | ext/standard/php_array.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/php_array.h b/ext/standard/php_array.h index d6f073bab6..38b3174c24 100644 --- a/ext/standard/php_array.h +++ b/ext/standard/php_array.h @@ -61,6 +61,7 @@ PHP_FUNCTION(array_unshift); PHP_FUNCTION(array_splice); PHP_FUNCTION(array_slice); PHP_FUNCTION(array_merge); +PHP_FUNCTION(array_merge_recursive); PHP_FUNCTION(array_keys); PHP_FUNCTION(array_values); PHP_FUNCTION(array_count_values); |