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 19th March 2024 10:05 Europe/London time based on the source file dated 11th March 2024 11:40 Europe/London time.