mb_preferred_mime_name
(PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8)
mb_preferred_mime_name — MIME 文字設定を文字列で得る
パラメータ
encoding
-
調べるエンコーディング。
戻り値
文字エンコーディング encoding
用の
MIME charset
文字列を返します。
指定された encoding
に対して、
好ましい charset がない場合は false
を返します。
例
例1 mb_preferred_mime_name() の例
<?php
$outputenc = "sjis-win";
mb_http_output($outputenc);
ob_start("mb_output_handler");
header("Content-Type: text/html; charset=" . mb_preferred_mime_name($outputenc));
?>
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google