bindtextdomainSets the path for a domain Description
string bindtextdomain
( string
$domain
, string $directory
)The bindtextdomain function sets the path for a domain. Parameters
Return Values
The full pathname for the Examples
Example #1 bindtextdomain example
<?php The above example will output: /usr/share/myapp/locale |