downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

mb_regex_encoding> <mb_parse_str
Last updated: Fri, 14 Aug 2009

view this page in

mb_preferred_mime_name

(PHP 4 >= 4.0.6, PHP 5)

mb_preferred_mime_nameDétecte l'encodage MIME

Description

string mb_preferred_mime_name ( string $encoding )

Récupère le nom de l'encodage MIME d'une chaîne.

Liste de paramètres

encoding

L'encodage à vérifier.

Valeurs de retour

Le nom de l'encodage MIME pour l'encodage encoding .

Exemples

Exemple #1 Exemple avec 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 add a note User Contributed Notes
mb_preferred_mime_name
There are no user contributed notes for this page.

mb_regex_encoding> <mb_parse_str
Last updated: Fri, 14 Aug 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites