andrei          Sun Mar 11 19:10:15 2001 EDT

  Modified files:              
    /php4/ext/standard  array.c 
  Log:
  This will have to do until the docs come along.
  
  
Index: php4/ext/standard/array.c
diff -u php4/ext/standard/array.c:1.98 php4/ext/standard/array.c:1.99
--- php4/ext/standard/array.c:1.98      Sun Mar 11 19:06:53 2001
+++ php4/ext/standard/array.c   Sun Mar 11 19:10:15 2001
@@ -21,7 +21,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: array.c,v 1.98 2001/03/12 03:06:53 andrei Exp $ */
+/* $Id: array.c,v 1.99 2001/03/12 03:10:15 andrei Exp $ */
 
 #include "php.h"
 #include "php_ini.h"
@@ -2816,7 +2816,7 @@
 /* }}} */
 
 /* {{{ 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;



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to