Easy Tutorial
❮ Func String Str Ireplace Func Date Strtotime ❯

PHP quoted_printable_decode() Function

PHP String Reference Manual

Example

Decodes a quoted-printable string and returns an 8-bit ASCII string:

The browser output for the above code is as follows:

The HTML output for the above code is as follows (view source):


Definition and Usage

The quoted_printable_decode() function decodes a quoted-printable string and returns an 8-bit ASCII string.

Note: Quoted-printable encoded data is not the same as data modified for transfer via mail. A completely US-ASCII text can be encoded in quoted-printable to ensure the integrity of the data when transmitted through text translation or packet gateways.


Syntax

Parameter Description
string Required. Specifies the quoted-printable string to decode.

Technical Details

Return Value: Returns an 8-bit ASCII string.
PHP Version: 4+
--- ---

❮ Func String Str Ireplace Func Date Strtotime ❯