Teddy D

Generation

translateTue, 31 Jan 2023

Pass the value in the array comma-separated

$arr = array(1, 2, 3, 4, 5); math_add($arr); math_add(1, 2, 3, 4, 5);

Want to kickstart your project?Use the new AI Studio to create your code