From: Andrei Zmievski Date: Mon, 12 Mar 2001 03:10:15 +0000 (+0000) Subject: This will have to do until the docs come along. X-Git-Tag: php-4.0.5RC1~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=40dd7eef96de2a6568a782b9f94d4387bb278d1e;p=php This will have to do until the docs come along. --- 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;