Source for file Language.class.php
Documentation is available at Language.class.php
* This file should contain class needed to handle Language properties in
* mime messages. I suspect that it is RFC2231
* @copyright 2003-2020 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id: Language.class.php 14840 2020-01-07 07:42:38Z pdontthink $
* Class that can be used to handle language properties in MIME headers.
* Constructor (PHP5 style, required in some future version of PHP)
$this->properties =
array();
* Constructor (PHP4 style, kept for compatibility reasons)
self::__construct($name);
Documentation generated on Mon, 13 Jan 2020 04:24:51 +0100 by phpDocumentor 1.4.3