$amount_with_vat = #סכום כולל מע”מ#;
$rounded_amount = ceil($amount_with_vat);
return $rounded_amount;