esempio:
$numeri = array(‘9’, ‘6’, ‘9’, ‘5’, ‘3’);
$sottrazione=$numeri[0]-$numeri[4];
echo $sottrazione;