summaryrefslogtreecommitdiff
path: root/ext/standard/php_array.h
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>1999-12-13 19:42:26 +0000
committerAndrei Zmievski <andrei@php.net>1999-12-13 19:42:26 +0000
commit457a13dac5d7bc56d41055090d8db2fffa9506f1 (patch)
tree02449c1166664d705fc2b317b23243a7597e3139 /ext/standard/php_array.h
parente911ee38bdb03f90280873e64f5fd03f6b81443e (diff)
downloadphp-git-457a13dac5d7bc56d41055090d8db2fffa9506f1.tar.gz
Finished array_multisort() function. Basically it sorts multiple arrays
similar to ORDER BY SQL clause. @ Added array_multisort() function. (Andrei) # Docs are coming soon
Diffstat (limited to 'ext/standard/php_array.h')
-rw-r--r--ext/standard/php_array.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/php_array.h b/ext/standard/php_array.h
index 2fee1a3589..1f4f28cdb2 100644
--- a/ext/standard/php_array.h
+++ b/ext/standard/php_array.h
@@ -62,7 +62,7 @@ PHP_FUNCTION(extract);
PHP_FUNCTION(compact);
PHP_FUNCTION(range);
PHP_FUNCTION(shuffle);
-PHP_FUNCTION(multisort);
+PHP_FUNCTION(array_multisort);
PHP_FUNCTION(array_push);
PHP_FUNCTION(array_pop);
PHP_FUNCTION(array_shift);