This will have to do until the docs come along.

This commit is contained in:
Andrei Zmievski 2001-03-12 03:10:15 +00:00
parent 13148b5491
commit 40dd7eef96

View 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;