You are here : phpstringquoted_printable_encode

quoted_printable_encode() - string

Returns a quoted printable string created according to » RFC2045, section 6.7.
Parameters :
  • str - The input string.

  • Syntax

    string quoted_printable_encode
        ( string $str
       )


    Example


    Output / Return Value


    Limitations


    Alternatives / See Also


    Reference