简单教程
提交运行
代码编辑器:
<?php $a = array("a"=>52.2,"b"=>13.7,"c"=>0.9); echo array_sum($a);
运行结果: