Collections functions
General functions
Node functions
Render functions
Theme permission functions
User functions
Resource functions

rs_quoted_printable_encode()

Description

Quoted printable encoding is rather simple.
Each character in the string $string should be encoded if:
Character code is <0x20 (space)
Character is = (as it has a special meaning: 0x3d)
Character is over ASCII range (>=0x80)

Parameters

ColumnTypeDefaultDescription
$string string
$linelen integer 0
$linebreak string
$breaklen integer 0
$encodecrlf boolean false

Return

string

This article was last updated 27th April 2024 12:35 Europe/London time based on the source file dated 26th April 2024 15:50 Europe/London time.