php / 8.1.5 / function.dgettext.html /

dgettext

(PHP 4, PHP 5, PHP 7, PHP 8)

dgettextOverride the current domain

Description

dgettext(string $domain, string $message): string

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

© 1997–2021 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/function.dgettext.php