summaryrefslogtreecommitdiff
path: root/ext/standard/php_array.h
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>2001-10-27 05:11:15 +0000
committerAndrei Zmievski <andrei@php.net>2001-10-27 05:11:15 +0000
commit2890b57e469fa7940eb12245cd2c7bab2f52077a (patch)
treef3d4e7eea9b984328c56006ad3c5ce6d44dfc5e5 /ext/standard/php_array.h
parentdc107bf495e3ff3fb4e2b0e6dfe306d238d303cc (diff)
downloadphp-git-2890b57e469fa7940eb12245cd2c7bab2f52077a.tar.gz
@- Added array_chunk() function that splits an array into chunks of specified
@ size. (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 880ce2c74d..0292b2416e 100644
--- a/ext/standard/php_array.h
+++ b/ext/standard/php_array.h
@@ -80,6 +80,7 @@ PHP_FUNCTION(array_sum);
PHP_FUNCTION(array_filter);
PHP_FUNCTION(array_map);
PHP_FUNCTION(key_exists);
+PHP_FUNCTION(array_chunk);
HashTable* php_splice(HashTable *, int, int, zval ***, int, HashTable **);
PHPAPI void php_array_merge(HashTable *dest, HashTable *src, int recursive);