Charsets
class Charsets (View source)
Class used to manage MySQL charsets
Properties
static array<string,string> | $mysqlCharsetMap | MySQL charsets map |
Methods
Details
static Charset
getServerCharset(DatabaseInterface $dbi, bool $disableIs)
Get current server charset
static array
getCharsets(DatabaseInterface $dbi, bool $disableIs)
Get all server charsets
static array
getCollations(DatabaseInterface $dbi, bool $disableIs)
Get all server collations
static Collation|null
findCollationByName(DatabaseInterface $dbi, bool $disableIs, string $name)
No description