- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
public static function textCorrections($text)
{
$text=str_replace("Ų", "Ø", $text);
$text=str_replace("? фаски", "Ø фаски", $text);
$text=str_replace("? отверстия", "Ø отверстия", $text);
$text=str_replace("рем?нного", "ремённого", $text);
return $text;
}
istem 22.02.2012 22:13 # +2
guest8 09.04.2019 12:44 # −999