php man page for bindtextdomain

Query: bindtextdomain

OS: php

Section: 3

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

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) - netbsd
bindtextdomain(3) - linux
bindtextdomain(3) - redhat
bindtextdomain(3) - debian
dcgettext(3) - netbsd
Similar Topics in the Unix Linux Community
error trying to compile a c++ source file
nawk/ksh help
Orcallator in solaris servers
wget error
AIX and Value too large to be stored in data type.