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

search for in the

mb_decode_numericentity> <mb_convert_variables
Last updated: Fri, 13 Nov 2009

view this page in

mb_decode_mimeheader

(PHP 4 >= 4.0.6, PHP 5)

mb_decode_mimeheaderMIME ヘッダフィールドの文字列をデコードする

説明

string mb_decode_mimeheader ( string $str )

エンコードされた MIME ヘッダの文字列 str をデコードします。

パラメータ

str

デコードする文字列。

返り値

内部文字エンコーディングでデコードされた文字列を返します。

参考



add a note add a note User Contributed Notes
mb_decode_mimeheader
Frogger2000 at gmx dot de
29-May-2002 08:16
Using quoted-printable-encoding the hex-numbers must be written in uppercase letters!

Works: =?iso-8859-1?q?=3F=3F=3F?=
Fails: =?iso-8859-1?q?=3f=3f=3f?=

mb_decode_numericentity> <mb_convert_variables
Last updated: Fri, 13 Nov 2009
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites