// Placeholders $amount = 123.45;
// Round the amount to the nearest shekel $result = round($amount);
// Echo the result return $result;