bindtextdomain(3) php man page | unix.com

Man Page: bindtextdomain

Operating Environment: php

Section: 3

BINDTEXTDOMAIN(3)							 1							 BINDTEXTDOMAIN(3)

bindtextdomain - Sets the path for a domain

SYNOPSIS
string bindtextdomain (string $domain, string $directory)
DESCRIPTION
The bindtextdomain(3) function sets the path for a domain.
PARAMETERS
o $domain - The domain o $directory - The directory path
RETURN VALUES
The full pathname for the $domain currently being set.
EXAMPLES
Example #1 bindtextdomain(3) example <?php $domain = 'myapp'; echo bindtextdomain($domain, '/usr/share/myapp/locale'); ?> The above example will output: /usr/share/myapp/locale PHP Documentation Group BINDTEXTDOMAIN(3)
Related Man Pages
bindtextdomain(3) - debian
bind_textdomain_codeset(3) - netbsd
dcngettext(3) - netbsd
dgettext(3) - netbsd
ngettext(3) - netbsd
Similar Topics in the Unix Linux Community
Orcallator in solaris servers
Samba 3.5.4 compile error
Symbol resolution failed for gawk on AIX
wget error
AIX and Value too large to be stored in data type.