(PHP3 >= 3.0.6, PHP4 )
string quoted_printable_decode (string str)
string quoted_printable_decode
この関数は、quoted printable 文字列をデコードし、8ビットバイナリ 文字列を返します。この関数は imap_qprint() に 似ていますが、動作にIMAPモジュールを必要としないという違いがあり ます。
This function does not recognize lowercase letters as part of the Quoted Printable encoding. RFC 1521 specifies:
Uppercase letters must be used when sending hexadecimal data, though a robust implementation may choose to recognize lowercase letters on receipt.