File/Pel.php

Description

Miscellaneous stuff for the overall behavior of PEL.

Classes
Class Description
 class 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 Tue, 19 Dec 2006 01:08:12 +0100 by phpDocumentor 1.3.0 SourceForge.net Logo