Added array_merge() function.

This commit is contained in:
Andrey Hristov 1999-06-05 21:19:25 +00:00
parent 2db1d61718
commit f8f8defb42
2 changed files with 59 additions and 0 deletions

View file

@ -128,6 +128,7 @@ PHP_FUNCTION(shift);
PHP_FUNCTION(unshift);
PHP_FUNCTION(splice);
PHP_FUNCTION(slice);
PHP_FUNCTION(array_merge);
#if HAVE_PUTENV
typedef struct {