Exemplo n.º 1
0
 public static function header_content_text_plain($charset = null)
 {
     if ($charset == null) {
         $charset = ZPHP::get_app_charset($charset);
     }
     @header("Content-Type: text/plain; charset=\"{$charset}\"");
 }
Exemplo n.º 2
0
 public static function get_html_charset($default = null)
 {
     return ZPHP::get_app_charset($default);
 }