Пример #1
0
 public static function FormatText($str)
 {
     $str = trim($str);
     $str = strtolower($str);
     $str = Tratar::tiracento($str);
     $str = str_replace('"', '', $str);
     return $str;
 }