(3.0.7 - 3.0.18 only, PHP 4 >= 4.0.0)
textdomain -- Sets the default domain
Description
string textdomain (string text_domain)
This function sets the domain to search within when calls are made to gettext(), usually the named after an application. The previous
default domain is returned. Call it with NULL as parameter to get the current
setting without changing it.
|