PHPize Online / SQLize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
Copy Clear
Copy Format Clear
<?php //Given this: $foo = array(1, 3, 7); //write a function (on this whiteboard) to sum the values of the array. echo "add(a)= ".array_sum($foo);
Show:  
Copy Clear