]> granicus.if.org Git - php/commitdiff
This will have to do until the docs come along.
authorAndrei Zmievski <andrei@php.net>
Mon, 12 Mar 2001 03:10:15 +0000 (03:10 +0000)
committerAndrei Zmievski <andrei@php.net>
Mon, 12 Mar 2001 03:10:15 +0000 (03:10 +0000)
ext/standard/array.c

index 7dcf6b7ebbfe395fd9138d2f60bd67ae64e13932..c3596c0f6a2ba89cc6dd5f74a4e3e34c04886073 100644 (file)
@@ -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;