mb_internal_encoding()
mb_internal_encoding - Set/Get internal character encoding
Syntax
mixed mb_internal_encoding (
string $encoding)
Arguments
- encoding - encoding is the character encoding name used for the HTTP input character encoding conversion, HTTP output character encoding conversion, and the default character encoding for string functions defined by the mbstring module.
Description
Set/Get the internal character encoding
Version
PHP 4.0.6, 5
Return value
If encoding is set, then Returns TRUE on success or FALSE on failure. If encoding is omitted, then the current character encoding name is returned.