mirror of
https://github.com/php/php-src.git
synced 2025-01-27 14:13:41 +08:00
This will have to do until the docs come along.
This commit is contained in:
parent
13148b5491
commit
40dd7eef96
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user