eXtaz
Создатель
- Регистрация
- 23 Апр 2008
- Сообщения
- 31
- Реакции
- 6
так сделай
PHP:<?php if (!function_exists('decode_me')) { function decode_me($text){ $text=charset_x_win($text); return $text; } } if (!function_exists('_charset_count_bad')) { function _charset_count_bad($s) { //count "bad" symbols in russian, in windows-1251 $r=0; for($i=0;$i<strlen($s);$i++) { switch($s[$i]) { case 'ё': case 'Ё': case '«': case '»': break; default: $c=ord($s[$i]); if($c>=0x80&&$c<0xc0||$c<32) $r++; } } return $r; } }
Вставил, вот что выходит:
Call url Для просмотра ссылки Войди
Fatal error: Cannot redeclare _charset_count_chars() (previously declared in Z:\home\localhost\www\red3\yes\inc\decode.php:33) in Z:\home\localhost\www\red3\yes\inc\decode.php on line 43