Moodle PHP Documentation 4.5
Moodle 4.5dev (Build: 20240606) (d3ae1391abe)
tool_messageinbound\utils Class Reference

Static Public Member Functions

static get_body_encoding ()
 Get body content encoding.
 

Public Attributes

int const ENC7BIT = 0
 Encoding type: 7 bit SMTP semantic data.
 
int const ENC8BIT = 1
 Encoding type: 8 bit SMTP semantic data.
 
int const ENCBASE64 = 3
 Encoding type: BASE64 encoded data.
 
int const ENCBINARY = 2
 Encoding type: 8 bit binary data.
 
int const ENCOTHER = 5
 Encoding type: Unknown.
 
int const ENCQUOTEDPRINTABLE = 4
 Encoding type: Human-readable 8-as-7 bit data.
 

Member Function Documentation

◆ get_body_encoding()

static tool_messageinbound\utils::get_body_encoding ( )
static

Get body content encoding.

Return values
string[]List of body content encoding.

The documentation for this class was generated from the following file: