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 |
| bindtextdomain(3) - redhat |
| bindtextdomain(3) - debian |
| dcgettext(3) - netbsd |
| gettext(3) - netbsd |
| Similar Topics in the Unix Linux Community |
|---|
| error trying to compile a c++ source file |
| Samba 3.5.4 compile error |
| Symbol resolution failed for gawk on AIX |
| wget error |
| 0509-036 tar error |