<?php
$soma = array(5, 6, 10, 8);
$total = array_sum ($soma);
echo $total;

Edit
Pub: 30 Jun 2021 17:47 UTC
Views: 23