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) - netbsd |
bindtextdomain(3) - centos |
bind_textdomain_codeset(3) - netbsd |
gettext(3) - netbsd |
gettext(3) - php |
Similar Topics in the Unix Linux Community |
---|
error trying to compile a c++ source file |
nawk/ksh help |
wget error |
0509-036 tar error |
AIX and Value too large to be stored in data type. |