downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

dngettext> <dcngettext
[edit] Last updated: Fri, 17 May 2013

view this page in

dgettext

(PHP 4, PHP 5)

dgettextOverride the current domain

Description

string dgettext ( string $domain , string $message )

The dgettext() function allows you to override the current domain for a single message lookup.

Parameters

domain

The domain

message

The message

Return Values

A string on success.

See Also

  • gettext() - Lookup a message in the current domain



add a note add a note User Contributed Notes dgettext - [1 notes]