Current Location: Home> Function Categories> quoted_printable_encode

quoted_printable_encode

Convert an 8-bit string to a printable string with quotes
Name:quoted_printable_encode
Category:String
Programming Language:php
One-line Description:Convert an 8-bit string to a quoted-printable string.

Definition and usage

The quoted_printable_encode() function converts an 8-bit string to a quoted-printable string.

Tip: The data encoded by quoted-printable is different from those modified by email transmission. Full US-ASCII text can be quoted-printable encoded to ensure data integrity when messaging via text translation or a line packet gateway.

grammar

 quoted_printable_encode ( string )
parameter describe
string Required. Specifies the 8-bit string to be converted.
Similar Functions
  • Returns the formatted string vsprintf

    vsprintf

    Returnstheformatteds
  • Convert the first letter of each word in the string to uppercase ucwords

    ucwords

    Convertthefirstlette
  • Perform a rot13 conversion on a string str_rot13

    str_rot13

    Performarot13convers
  • Return part of the string substr

    substr

    Returnpartofthestrin
  • Parses entered characters according to the specified format sscanf

    sscanf

    Parsesenteredcharact
  • Find any one of a set of characters in a string - Return a substring that starts with the found character strpbrk

    strpbrk

    Findanyoneofasetofch
  • Convert logical-Hebrew to visual-Hebrew and convert newlines hebrevc

    hebrevc

    Convertlogical-Hebre
  • Calculate the length of the first substring in which all characters in the string exist in the specified character set strspn

    strspn

    Calculatethelengthof
Popular Articles