|
|||||||
|
|
array_reduce(PHP 4 >= 4.0.5, PHP 5) array_reduce -- Iteratively reduce the array to a single value using a callback functionDescriptionmixed array_reduce ( array input, callback function [, int initial])array_reduce() applies iteratively the function function to the elements of the array input, so as to reduce the array to a single value. If the optional initial is available, it will be used at the beginning of the process, or as a final result in case the array is empty.
This will result in $b containing 15, $c containing 1200 (= 1*2*3*4*5*10), and $d containing 1. See also array_filter(), array_map(), array_unique(), and array_count_values(). | ||||||
|
|
|
Home :: Copyright :: Privacy :: Credits :: Get a free Linuxinfor Email Account Document on this page is part of "PHP Manualen". See Index Page for more info about Authorship and Copyright. 1999-2009 Linuxinfor.com. No rights reserved. |