From 457a13dac5d7bc56d41055090d8db2fffa9506f1 Mon Sep 17 00:00:00 2001 From: Andrei Zmievski Date: Mon, 13 Dec 1999 19:42:26 +0000 Subject: Finished array_multisort() function. Basically it sorts multiple arrays similar to ORDER BY SQL clause. @ Added array_multisort() function. (Andrei) # Docs are coming soon --- ext/standard/php_array.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/standard/php_array.h') 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); -- cgit v1.2.1