bind_textdomain_codeset
(PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8)
bind_textdomain_codeset — Specify or get the character encoding in which the messages from the DOMAIN message catalog will be returned
Параметри
domain
-
The domain.
codeset
-
The code set.
If null
, the currently set encoding is returned.
Значення, що повертаються
A string on success.
Помилки/виключення
Throws a ValueError if domain
is the empty string.
Примітки
Зауваження:
The bind_textdomain_codeset() information is maintained per process,
not per thread.