bind_textdomain_codeset
Supported Versions: PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8
Specify or get the character encoding in which the messages from the DOMAIN message catalog will be returned
<?php bind_textdomain_codeset
(
string $domain
, ?
string $codeset
):
string
|
false