PHP dcngettext function

dcngettext

(PHP 4 >= 4.2.0, PHP 5)

dcngettext — Plural version of dcgettextDescriptionstring dcngettext ( string domain, string msgid1, string msgid2, int n, int category )

This function allows you to override the current domain for a
single plural message lookup.

Parameters

domain

The domain

msgid1

msgid2

n

category


Return Values

A string on success.

See Also

ngettext()


  • Digg
  • TwitThis
  • del.icio.us
  • Netvouz
  • description
  • Reddit
  • Furl
  • NewsVine
  • Simpy
  • Slashdot
  • Spurl
  • StumbleUpon
  • YahooMyWeb
  • TailRank
  • Technorati
  • Facebook
  • Google
  • LinkedIn
  • Live
  • MySpace
  • Ping.fm
  • Yahoo! Buzz
  • E-mail this story to a friend!



Home | PHP Functions | PHP dcngettext function