BIND_TEXTDOMAIN_CODESET(3) 1 BIND_TEXTDOMAIN_CODESET(3)
bind_textdomain_codeset - Specify the character encoding in which the messages from the DOMAIN message catalog will be returned
SYNOPSIS
string bind_textdomain_codeset (string $domain, string $codeset)
DESCRIPTION
With bind_textdomain_codeset(3), you can set in which encoding will be messages from $domain returned by gettext(3) and similar functions.
PARAMETERS
o $domain
- The domain
o $codeset
- The code set
RETURN VALUES
A string on success.
PHP Documentation Group BIND_TEXTDOMAIN_CODESET(3)