You are here : phpstringquoted_printable_decode

quoted_printable_decode() - 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).
Parameters :
  • str - The input string.

  • Syntax

    string quoted_printable_decode
        ( string $str
       )


    Example


    Output / Return Value


    Limitations


    Alternatives / See Also


    Reference