Query: mb_preferred_mime_name
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MB_PREFERRED_MIME_NAME(3) 1 MB_PREFERRED_MIME_NAME(3) mb_preferred_mime_name - Get MIME charset stringSYNOPSISstring mb_preferred_mime_name (string $encoding)DESCRIPTIONGet a MIME charset string for a specific encoding.PARAMETERSo $encoding - The encoding being checked.RETURN VALUESThe MIME charset string for character encoding $encoding.EXAMPLESExample #1 mb_preferred_mime_name(3) example <?php $outputenc = "sjis-win"; mb_http_output($outputenc); ob_start("mb_output_handler"); header("Content-Type: text/html; charset=" . mb_preferred_mime_name($outputenc)); ?> PHP Documentation Group MB_PREFERRED_MIME_NAME(3)
Related Man Pages |
---|
encode::mime::header(3pm) - redhat |
mb_convert_encoding(3) - php |
mb_internal_encoding(3) - php |
iconv_mime_encode(3) - php |
mb_encode_mimeheader(3) - php |
Similar Topics in the Unix Linux Community |
---|
Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1) |
Please Welcome Don Cragun as Lead Moderator |
Please Welcome Ravinder Singh to the Moderation Team |
Denial Of Service Attack Update |