Previous Page
encodeBase64()

Solar_Mime
encodeQp()

Next Page
headerLabel()

encodeQp()

static public string encodeQp ( string $text, string $crlf default ', int $len default 75 )

Applies "quoted-printable" encoding to text.

Parameters

  • (string) $text: The text to encode.
  • (string) $crlf: The line-ending to use; default "\r\n".
  • (int) $len: Break lines at this length; default 75.

Returns

  • (string) The encoded text.

Description

Applies "quoted-printable" encoding to text.

Code taken from http://us3.php.net/manual/en/ref.stream.php/70826.