dcngettext

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

dcngettextVersion plurielle de dcgettext

Description

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

Vous permet de remplacer le domaine courant pour une recherche simple au pluriel d'un message.

Liste de paramètres

domain

Le domaine

singular
plural
count
category

Valeurs de retour

Une chaîne de caractères en cas de succès.

Voir aussi

add a note

User Contributed Notes

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