Created
June 23, 2011 13:22
-
-
Save j0k3r/1042518 to your computer and use it in GitHub Desktop.
format_number_choice
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
echo format_number_choice( | |
'[0] aucun commentaire|[1] 1 commentaire|(1, +Inf] %1% commentaires', | |
array('%1%' => $nb_results), | |
$nb_results | |
) | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment