mb_preferred_mime_name
(PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8)
mb_preferred_mime_name — 获取 MIME 字符串
参数
encoding
-
要检查的字符串。
示例
示例 #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));
?>
+添加备注
用户贡献的备注
此页面尚无用户贡献的备注。
备份地址:http://www.lvesu.com/blog/php/function.mb-preferred-mime-name.php