Web студия "GrandView"
  Главная   Написать Контакты
   
   
О проекте
Руководство php
 

dgettext

(PHP 3 >= 3.0.7, PHP 4, PHP 5)

dgettext -- Запрашивает сообщение из другого каталога сообщений

Описание

string dgettext ( string domain, string message )

Запрашивает перевод из другого каталога сообщений.

См. также gettext().



add a note add a note User Contributed Notes
dgettext
viral at noeticsolutions dot com
30-Mar-2006 02:42
While using this function, remember to call bindtextdomain for as many domains as you want to use in your application.  For example, if I have module1 and module2 as 2 separate domains in the same application, you can do the following:

bindtextdomain("module1", "//path/to/my/locale/folder");
bindtextdomain("module2", "//path/to/my/locale/folder");
textdomain("module1");

echo _("Label1"); // this call will get the message from module1
echo dgettext("module2", "Label1"); // this call will get the message from module2

===
Viral Shah

dngettext> <dcngettext
Last updated: Fri, 26 Jan 2007
 
 
Новости
11 июля 2007
Сайт запущен
© 2007 info@grandviewstudio.com

Deprecated: Function set_magic_quotes_runtime() is deprecated in /home/sites/grandviewstudiocom/www/65f67d67a94ad980786580ae69e11c07/sape.php on line 324

Deprecated: Function set_magic_quotes_runtime() is deprecated in /home/sites/grandviewstudiocom/www/65f67d67a94ad980786580ae69e11c07/sape.php on line 330
Z058440144362 Z348613067571