Universeorange.com/Docs/

R3m/framework Function reference string.quoted.printable.decode

{string.quoted.printable.decode(String $string)}

Convert a quoted-printable string to an 8 bit string.

This function returns an 8-bit binary string corresponding to the decoded quoted printable string (according to » RFC2045, section 6.7, not » RFC2821, section 4.5.2, so additional periods are not stripped from the beginning of line).

Returns the 8-bit binary string.

More information:

https://www.php.net/manual/en/function.quoted-printable-decode.php

Last modified: 2021-06-07

© 2021 universeorange.com