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) - x11r4 | 
| bind_textdomain_codeset(3) - netbsd | 
| dcngettext(3) - netbsd | 
| ngettext(3) - netbsd | 
| Similar Topics in the Unix Linux Community | 
|---|
| Orcallator in solaris servers | 
| Symbol resolution failed for gawk on AIX | 
| wget error | 
| 0509-036 tar error | 
| AIX and Value too large to be stored in data type. |