php man page for bind_textdomain_codeset

Query: bind_textdomain_codeset

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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)
Related Man Pages
dcgettext(3) - netbsd
dcngettext(3) - netbsd
locale::gettext(3) - centos
locale::gettext(3) - suse
locale::gettext(3pm) - debian
Similar Topics in the Unix Linux Community
Orcallator in solaris servers