$phone = ‘דוגמה 052-1234567’; // Replace with the actual phone number
$prefix = substr($phone, strpos($phone, ‘-‘) + 1);
return $prefix;