final class Charset (View source)

Value object class for a character set

Methods

static Charset
fromServer(array $state)

No description

string
getName()

No description

string
getDescription()

No description

string
getDefaultCollation()

No description

int
getMaxLength()

No description

Details

static Charset fromServer(array $state)

No description

Parameters

array $state

State obtained from the database server

Return Value

Charset

string getName()

No description

Return Value

string

string getDescription()

No description

Return Value

string

string getDefaultCollation()

No description

Return Value

string

int getMaxLength()

No description

Return Value

int