KRISTOFFER BOHMANN
[BETA]
Forside
Om KB
Kompetencer
Referencer
Gettext
bindtextdomain
bind_textdomain_codeset
dcgettext
dcngettext
dgettext
dngettext
gettext
ngettext
textdomain
Home
>
PHP
>
Function
>
Gettext
>
dcngettext()
dcngettext()
dcngettext - Plural version of dcgettext
Syntax
string
dcngettext
(
string
$domain,
string
$msgid1,
string
$msgid2,
int
$n,
int
$category)
Arguments
domain - The domain
msgid1
msgid2
n
category
Description
This function allows you to override the current domain for a single plural message lookup.
Version
PHP 4.2.0, 5
Return value
A string on success.