function mb encode mimeheader BKIJNF5M5UWRHPENFJCYJUVVM4SN5LCEQQNTHMA


mb_encode_mimeheaderPodręcznik PHPPoprzedniNastępnymb_encode_mimeheader (PHP 4 >= 4.0.6)mb_encode_mimeheader -- Encode string for MIME headerDescriptionstring mb_encode_mimeheader (string str [, string charset [, string transfer-encoding [, string linefeed]]])OstrzeżenieTa funkcja jest w stadium EKSPERYMENTALNYM. Oznacza to, że zachowanie funkcji, jej nazwa, w zasadzie wszystko udokumentowane tutaj może zostać zmienione w przyszłych wersjach PHP bez wcześniejszego uprzedzenia. Używaj tej funkcji na własne ryzyko. mb_encode_mimeheader() converts string str to encoded-word for header field. It returns converted string in ASCII encoding. charset is character encoding name. Default is ISO-2022-JP. transfer-encoding is transfer encoding. It should be one of "B" (Base64) or "Q" (Quoted-Printable). Default is "B". linefeed is end of line marker. Default is "\r\n" (CRLF). Przykład 1. mb_convert_kana() example$name = ""; // kanji $mbox = "kru"; $doma = "gtinn.mon"; $addr = mb_encode_mimeheader($name, "UTF-7", "Q") . " <" . $mbox . "@" . $doma . ">"; echo $addr; See also mb_decode_mimeheader(). PoprzedniSpis treściNastępnymb_convert_kanaPoczątek rozdziałumb_decode_mimeheader

Wyszukiwarka

Podobne podstrony:
function mb encode mimeheader
function mb encode numericentity
function mb encode numericentity
function mb decode mimeheader
function mb decode mimeheader
function mb strimwidth
function mb http output
function utf8 encode
function base64 encode
function session encode
function mb http output
function mb parse str
function mb strimwidth
function mb strpos
function mb preferred mime name
function mb strlen
function mb detect order

więcej podobnych podstron