English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
PHP String Manual String Functions
The quoted_printable_decode() function is used to convert quoted printable strings into8Bit string.
string quoted_printable_decode ( string $str )
Used to convert quoted printable strings into8Bit string
It returns8Binary string of bits
Serial Number | Parameter and Description |
---|---|
1 | string Input String |
Try the following example, which decodes the string after quoted-Decodes the printable encoding of the string and returns 8 ASCII character string of bits:
<?php $input = "www =0A w"3codebox.com"; echo quoted_printable_decode($input); ?>Test and see‹/›
Output Result
www oldtoolbag.com