/src/Pel.php

Description

Miscellaneous stuff for the overall behavior of PEL.

Classes
Class Description
Pel Class with miscellaneous static methods.
Functions
dgettext (line 67)

Pretend to lookup a message in a specific domain.

This is just a stub which will return the original message untranslated. The function will only be defined if the Gettext extension has not already defined it.

  • return: the original, untranslated message.
string dgettext (string $domain, string $str)
  • string $domain: the domain.
  • string $str: the message to be translated.

Documentation generated on Thu, 05 May 2011 07:18:55 +0200 by phpDocumentor 1.4.3