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 domainSYNOPSISstring bindtextdomain (string $domain, string $directory)DESCRIPTIONThe bindtextdomain(3) function sets the path for a domain.PARAMETERSo $domain - The domain o $directory - The directory pathRETURN VALUESThe full pathname for the $domain currently being set.EXAMPLESExample #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) - linux |
dcgettext(3) - netbsd |
dcngettext(3) - netbsd |
dgettext(3) - netbsd |
dngettext(3) - netbsd |
Similar Topics in the Unix Linux Community |
---|
error trying to compile a c++ source file |
nawk/ksh help |
Samba 3.5.4 compile error |
Symbol resolution failed for gawk on AIX |
0509-036 tar error |