update : 2015.11.03
php.shukuma.com

검색:
 
 
Overrides the domain for a single lookup

dcgettext

(PHP 4, PHP 5, PHP 7)

dcgettextOverrides the domain for a single lookup

설명

string dcgettext ( string $domain , string $message , int $category )

This function allows you to override the current domain for a single message lookup.

인수

domain

The domain

message

The message

category

The category

반환값

A string on success.

참고

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