From 40dd7eef96de2a6568a782b9f94d4387bb278d1e Mon Sep 17 00:00:00 2001 From: Andrei Zmievski Date: Mon, 12 Mar 2001 03:10:15 +0000 Subject: [PATCH] This will have to do until the docs come along. --- ext/standard/array.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/standard/array.c b/ext/standard/array.c index 7dcf6b7ebb..c3596c0f6a 100644 --- a/ext/standard/array.c +++ b/ext/standard/array.c @@ -2816,7 +2816,7 @@ PHP_FUNCTION(array_sum) /* }}} */ /* {{{ proto mixed array_reduce(array input, mixed callback [, int initial]) - Reduce the array by calling the callback */ + Iteratively reduce the array to a single value via the callback. */ PHP_FUNCTION(array_reduce) { zval **input, **callback, **initial; -- 2.50.1