summaryrefslogtreecommitdiff
path: root/ext/standard/php_array.h
diff options
context:
space:
mode:
authorEdin Kadribasic <edink@php.net>2001-10-05 18:38:53 +0000
committerEdin Kadribasic <edink@php.net>2001-10-05 18:38:53 +0000
commite78b61542d7549c994bfa8e94168611ec65beb57 (patch)
tree6cdb244303ad264c593656a882df748f2af6b811 /ext/standard/php_array.h
parent1ac3aa7e087b016e939705f22348f6d02aee72e4 (diff)
downloadphp-git-e78b61542d7549c994bfa8e94168611ec65beb57.tar.gz
Added array_change_key_case() function that returns array with
with all string keys lowercased or uppercased @- Added array_change_key_case() function that returns array with @ with all string keys lowercased or uppercased (EdinK)
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 316d2c2a3d..fde51f4dbe 100644
--- a/ext/standard/php_array.h
+++ b/ext/standard/php_array.h
@@ -70,6 +70,7 @@ PHP_FUNCTION(array_reverse);
PHP_FUNCTION(array_reduce);
PHP_FUNCTION(array_pad);
PHP_FUNCTION(array_flip);
+PHP_FUNCTION(array_change_key_case);
PHP_FUNCTION(array_rand);
PHP_FUNCTION(array_unique);
PHP_FUNCTION(array_intersect);