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 5th May 2024 11:35 Europe/London time based on the source file dated 3rd May 2024 14:45 Europe/London time.