diff options
author | Andrei Zmievski <andrei@php.net> | 1999-12-13 19:42:26 +0000 |
---|---|---|
committer | Andrei Zmievski <andrei@php.net> | 1999-12-13 19:42:26 +0000 |
commit | 457a13dac5d7bc56d41055090d8db2fffa9506f1 (patch) | |
tree | 02449c1166664d705fc2b317b23243a7597e3139 /ext/standard/php_array.h | |
parent | e911ee38bdb03f90280873e64f5fd03f6b81443e (diff) | |
download | php-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.h | 2 |
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); |