Пример #1
0
 public static function setCharset($charset)
 {
     self::$_charset = $charset;
     self::_sendContentType();
 }