获取您自己的 PHP服务器 Result Size: 625 x 664
x
 
<!DOCTYPE html>
<html>
<body>
<?php
$a=array(5,15,25);
echo array_sum($a);
?>
</body>
</html>