Пример #1
0
 /**
  * Sets the current charset.
  *
  * @param string $charset The current charset
  */
 public static function setCharset($charset)
 {
     self::$charset = $charset;
 }