PHP 8.5.0 RC 2 available for testing

dngettext

(PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8)

dngettext โ€” Plural version of dgettext

่ฏดๆ˜Ž

dngettext(
    string $domain,
    string $singular,
    string $plural,
    int $count
): string

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

ๅ‚ๆ•ฐ

domain

The domain

singular

plural

count

่ฟ”ๅ›žๅ€ผ

A string on success.

้”™่ฏฏ๏ผๅผ‚ๅธธ

Throws a ValueError if domain is the empty string.

ๆ›ดๆ–ฐๆ—ฅๅฟ—

็‰ˆๆœฌ ่ฏดๆ˜Ž
8.4.0 Now throws a ValueError if domain is the empty string.

ๅ‚่ง

๏ผ‹ๆทปๅŠ ๅค‡ๆณจ

็”จๆˆท่ดก็Œฎ็š„ๅค‡ๆณจ

ๆญค้กต้ขๅฐšๆ— ็”จๆˆท่ดก็Œฎ็š„ๅค‡ๆณจใ€‚
To Top