array_sum array_sum (PHP 4 >= 4.0.4, PHP 5)
array_sum --
Calculate the sum of values in an array
Description number
array_sum ( array array )
array_sum() returns the sum of values
in an array as an integer or float.
Example 1. array_sum() examples
<?php $a = array( 2 , 4 , 6 , 8 ); echo "sum(a) = " . array_sum ( $a ) . "\n" ; $b = array( "a" => 1.2 , "b" => 2.3 , "c" => 3.4 ); echo "sum(b) = " . array_sum ( $b ) . "\n" ; ?>
The above example will output:
Note:
PHP versions prior to 4.2.1 modified the passed array
itself and converted strings to numbers (which most
of the time converted them to zero, depending on
their value).
Links
Aplus.net $7.46/mo 170GB Diskspace 2000GB Bandwidth PHP Perl Ruby C/C++ Python TCL SSI CGI 2 Free Domain Names DNS Management 99.99% Uptime HostGator $9.95/mo 100GB Diskspace 1000GB Bandwidth Host Unlimited Domains CPanel PHP CGI SSH SSI Instant Backups 99.9% Uptime Guarantee 30 Day Money Back StartLogic $5.95/mo 200GB Diskspace 2000GB Bandwidth Host 10 Domains CGI PHP MySQL eCommerce Enabled 30 Day Money Back Guarantee
Partners