CakeFest 2024: The Official CakePHP Conference

dcngettext

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

dcngettextdcgettext の複数形版

説明

dcngettext(
    string $domain,
    string $singular,
    string $plural,
    int $count,
    int $category
): string

この関数により単一の複数形メッセージの参照について カレントのドメインを上書きすることができます。

パラメータ

domain

ドメイン。

singular

plural

count

category

戻り値

成功した場合に文字列を返します。

参考

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top