Документ взят из кэша поисковой машины. Адрес оригинального документа : http://oit.cmc.msu.ru/php/function.textdomain.html
Дата изменения: Sun Feb 3 22:39:52 2002
Дата индексирования: Mon Oct 1 21:27:38 2012
Кодировка:
textdomain

textdomain

(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.