$month = #חודש#;
if ($month == “פברואק”) { return 2; } elseif ($month == “מרץ”) { return 3; } else { return 5; }