0
点赞
收藏
分享

微信扫一扫

php 数组值相加

柠檬的那个酸_2333 2022-07-27 阅读 69


<?php
$a=array(5,15,25);
echo array_sum($a);
?>

 

举报

相关推荐

0 条评论