|
$internal
Internal (default) character set |
|
factory (string $charset, [string|null $namespace = null])
Returns the character set converter of the specified class and namespace |
|
getInternal ()
Returns the internal character set |
|
setInternal (string $charset)
Sets the internal character set to the specified value |
Internal (default) character set
public static string $internal = 'UTF-8'
Returns the character set converter of the specified class and namespace
string $charset
Converter class name
string|null $namespace
Converter class namespace
When the specified character set converter is illegal or not found
public static void factory (string $charset, [string|null $namespace = null])
Returns the internal character set
public static string getInternal ()
Sets the internal character set to the specified value
string $charset
Character set to set
public static void setInternal (string $charset)