PHP.nl

bind_textdomain_codeset

bind_textdomain_codeset

Specify or get the character encoding in which the messages from the DOMAIN message catalog will be returned

 **bind_textdomain_codeset** string $domain  $codeset
allows to set or get the

encoding in which messages from will be returned by and similar functions. bind_textdomain_codeset``domain``gettext

domainThe domain.

codesetThe code set. If null, the currently set encoding is returned.

A on success. string

Throws a if is the empty . domain``string

Opmerking: > The information is maintained per process, not per thread. bind_textdomain_codeset